Commit 342464d1 by liyanlin

fix

parent 23e0f1da
......@@ -99,7 +99,7 @@ public class CostFinansysDetailController {
}
});
if (1 == cost.getCostForm()) {
data.setRemark(cost.getTypeName());
data.setRemark(cost.getTypeName() + ";" + costReason.toString());
if (null != cost.getIsLend() && 2 == cost.getIsLend()) {
data.setRemark(cost.getCostReason() + ";" + costReason.toString());
}
......
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