Commit e5d02510 by huluobin

update

parent e7bd955f
......@@ -434,9 +434,7 @@ public class CostController {
costService = CostServiceFactory.getCostService();
CostDomain costDomain = costService.getCostByCostNo(costNo);
costService = CostServiceFactory.getCostService(costNo);
CostDomain costDomain = costService.getCostByCostNo(costNo);
costDomain.setHasInvoice(hasInvoice);
costDomain.setCostNo(costNo);
......
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