Commit b13428f2 by liyanlin

fix

parent 649b6a70
...@@ -321,6 +321,7 @@ public abstract class AbstractCostService implements CostService { ...@@ -321,6 +321,7 @@ public abstract class AbstractCostService implements CostService {
req.setIsLend(1); req.setIsLend(1);
} }
if (req.getCostForm().equals(4)) { if (req.getCostForm().equals(4)) {
req.setCostForm(3);
req.setIsLend(2); req.setIsLend(2);
} }
} }
......
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