Explorar el Código

应收查询条件修改

wks hace 2 años
padre
commit
a0b31c8a47
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/main/resources/mapper/modules/inv/InvSourceMapper.xml

+ 3 - 0
src/main/resources/mapper/modules/inv/InvSourceMapper.xml

@@ -168,6 +168,9 @@
         <if test="param.insuranceClearingState != null and param.insuranceClearingState != ''">
             and a.insurance_clearing_state = #{param.insuranceClearingState}
         </if>
+        <if test="param.insuredName != null and param.insuredName != ''">
+            and a.insured_name = #{insuredName}
+        </if>
     </select>