Commit e37fc97d by huluobin

# 更新

parent be67c9ac
...@@ -63,7 +63,10 @@ public class CostPlanNewLend2ServiceImpl extends AbstractCostPlanService impleme ...@@ -63,7 +63,10 @@ public class CostPlanNewLend2ServiceImpl extends AbstractCostPlanService impleme
return 1; return 1;
} }
//确认冲销金额 /**
* 确认冲销金额
* @param costPlanNo
*/
private void affirmCounteract(String costPlanNo) { private void affirmCounteract(String costPlanNo) {
CostPlanDomain costPlanDomain = costPlanDao.selectByNo(costPlanNo); CostPlanDomain costPlanDomain = costPlanDao.selectByNo(costPlanNo);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment