Browse Source

信息处理分发和分区人员报错

chenj 5 năm trước cách đây
mục cha
commit
9cd142ed14
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/main/resources/mapper/base/FormClient.xml

+ 1 - 1
src/main/resources/mapper/base/FormClient.xml

@@ -107,7 +107,7 @@
 
 
   <select id="getManagerCodeList" resultType="map" parameterType="map">
-    select employee_code managerCode,cnname cnname from t_b_employee where postcode='044' and subcorpcode=#{deptId}
+    select employee_code managerCode,cnname cnname from t_b_employee where subcorpcode=#{deptId}
   </select>
 
 </mapper>