소스 검색

报销,清除报销金额数据不成功调整

徐滕 1 주 전
부모
커밋
b8dabd2836
1개의 변경된 파일0개의 추가작업 그리고 6개의 파일을 삭제
  1. 0 6
      src/main/resources/mappings/modules/workreimbursement/WorkAccountDao.xml

+ 0 - 6
src/main/resources/mappings/modules/workreimbursement/WorkAccountDao.xml

@@ -196,15 +196,9 @@
 		<if test="money != null">
 			money = #{money},
 		</if>
-		<if test="eInvoiceMoney != null">
 			e_invoice_money = #{eInvoiceMoney},
-		</if>
-		<if test="invoiceMoney != null">
 			invoice_money = #{invoiceMoney},
-		</if>
-		<if test="subsidyMoney != null">
 			subsidy_money = #{subsidyMoney},
-		</if>
 		<if test="financialSubjects != null and financialSubjects != ''">
 			financial_subjects = #{financialSubjects},
 		</if>