Commit 57f3eecd by huluobin

update

parent c1bdb192
......@@ -456,11 +456,11 @@ public class CostController {
@RequestParam Integer hasInvoice,
@RequestParam Integer updateuserid) {
costService = CostServiceFactory.getCostService(costNo);
CostDomain costDomain = costService.getCostByCostNo(costNo);
costDomain.setHasInvoice(hasInvoice);
costDomain.setCostNo(costNo);
UpdateCostResp resp = costService.updateCost(costDomain);
if (hasInvoice == 0) {
costLogService.save(costNo, updateuserid, "更改发票状态为:未给");
......
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