Commit 5b737410 by huluobin

update

parent 361fbb90
......@@ -49,7 +49,7 @@ public class CostPlanNewController {
Integer affirm = costPlanService.affirm(costPlanNo);
result.put("success", true);
result.put("msg", "已生成 " + affirm + " 张付款费用单");
result.put("msg", "已生成 " + affirm + " 张费用单");
return result;
}
......
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