陈昶聿
15 小时以前 6e3d0a2097a4d841e941a84ec54780a67eb60ba1
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>