陈昶聿
8 天以前 57796b85a5e7bc2271da12fa4d9bffa37b4d9e84
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>