|
|
@ -59,6 +59,6 @@ |
|
|
|
|
|
|
|
<select id="selByMainSid" |
|
|
|
resultType="com.yxt.anrui.scm.api.scmspecialrebatecheckapplydetail.ScmSpecialrebateCheckapplydetailVo"> |
|
|
|
select *,expectTreatCost + expectSuppCost as withholdCost from scm_specialrebate_checkapplydetail where mainSid = #{sid} |
|
|
|
select *,expectItureCost + expectTreatCost + expectSuppCost as withholdCost from scm_specialrebate_checkapplydetail where mainSid = #{sid} |
|
|
|
</select> |
|
|
|
</mapper> |