src/main/resources/mapper/purchase/PurchaseLedgerMapper.xml
@@ -6,7 +6,8 @@ <update id="updateContractAmountById"> UPDATE purchase_ledger SET contract_amount = #{totalTaxInclusiveAmount} SET contract_amount = #{totalTaxInclusiveAmount}, net_contract_amount = #{totalTaxInclusiveAmount} WHERE id = #{id} </update> <select id="selectPurchaseStats" resultType="com.ruoyi.home.dto.IncomeExpenseAnalysisDto">