|
|
@@ -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",
|