Jelajahi Sumber

财务 应收管理 应收应付功能修改

785834757 2 tahun lalu
induk
melakukan
8cae7e9782

+ 2 - 5
src/main/resources/mapper/modules/inv/InvReceivableMapper.xml

@@ -255,10 +255,10 @@
                 and iss.channel = #{param.channel}
             </if>
             <if test="param.licenseNo != null and param.licenseNo != ''">
-                and iss.licenseno = #{param.licenseNo}
+                and ivs.licenseno = #{param.licenseNo}
             </if>
             <if test="param.insuredName != null and param.insuredName != ''">
-                and iss.insured_name = #{param.insuredName}
+                and ivs.insured_name = #{param.insuredName}
             </if>
             <if test="param.insuranceId != null and param.insuranceId != ''">
                 and ivs.insurance_id = #{param.insuranceId}
@@ -275,9 +275,6 @@
         <if test="param.insuranceDept != null and param.insuranceDept != ''">
             and ivs.insurance_dept = #{param.insuranceDept}
         </if>
-        <if test="param.operationsTeam != null and param.operationsTeam != ''">
-            and iss.operations_team = #{param.operationsTeam}
-        </if>
         <if test="param.insuranceType != null and param.insuranceType != ''">
             and ivs.risk = #{param.insuranceType}
         </if>