陈昶聿
3 天以前 8b657c1f84f1989d33eb766c3cf51d824a5326f9
smartor/src/main/resources/mapper/smartor/SvyLibTemplateMapper.xml
@@ -179,6 +179,7 @@
        AND a.svyid = b.tempid
        where a.del_flag=0
          and b.del_flag=0
        <if test="orgid != null and orgid != ''">and a.orgid = #{orgid}</if>
        <if test="deptCode != null ">and b.dept_code = #{deptCode}</if>
        <if test="deptType != null ">and b.dept_type = #{deptType}</if>
        <if test="type != null">and b.type=#{type}</if>