huminmin
3 天以前 353f44a6a33b1f557c1fb8e11eda4d425b8db668
src/main/resources/mapper/approve/ApprovalInstanceMapper.xml
@@ -29,6 +29,9 @@
        left join sys_user su on ai.create_user = su.user_id
        <where>
            deleted = 0
            <if test="ew.id != null">
                and ai.id = #{ew.id}
            </if>
            <if test="ew.instanceNo != null">
                and ai.instance_no like concat('%',#{ew.instanceNo},'%')
            </if>