Преглед изворни кода

调整合作商户业务明细(项目金额只算amount)

LiFei пре 4 година
родитељ
комит
95f41995dd

+ 1 - 1
happy-cloud-wisdom/happy-cloud-wisdom-biz/src/main/java/org/jeecg/modules/hlwsubcontractor/mapper/xml/HlwSubcontractorAccountFlowMapper.xml

@@ -175,7 +175,7 @@
     <select id="companyBusinessDetailList" resultType="org.jeecg.modules.hlwsubcontractor.entity.HlwSubcontractorAccountFlow" >
         SELECT
         a.id AS "id",
-        (a.amount+a.service_fee) AS "totalPayment",
+        a.amount AS "totalPayment",
         a.create_time AS "createTime",
         hr.name as "requirementName",
         hr.description as "description",