|
|
@@ -42,7 +42,7 @@ public interface TTaskMidMapper {
|
|
|
* @mbg.generated Fri Dec 25 14:38:43 CST 2020
|
|
|
*/
|
|
|
|
|
|
- int updateCostAmount(@Param("tid")Integer tid, @Param("costAmount")BigDecimal costAmount);
|
|
|
+ int updateCostAmount(@Param("tid")Integer tid, @Param("count")BigDecimal costAmount);
|
|
|
|
|
|
int updatePaymentAmount(@Param("tid")Integer tid, @Param("paymentAmount")BigDecimal paymentAmount, @Param("type")Integer type);
|
|
|
|