Commit f6259876 by huluobin

update

parent b80ddd0c
...@@ -432,7 +432,7 @@ public class CostController { ...@@ -432,7 +432,7 @@ public class CostController {
@RequestParam Integer hasInvoice, @RequestParam Integer hasInvoice,
@RequestParam Integer updateuserid) { @RequestParam Integer updateuserid) {
costService = CostServiceFactory.getCostService(); costService = CostServiceFactory.getCostService(costNo);
CostDomain costDomain = costService.getCostByCostNo(costNo); CostDomain costDomain = costService.getCostByCostNo(costNo);
costService = CostServiceFactory.getCostService(costNo); costService = CostServiceFactory.getCostService(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