Commit bdf1b53e by huluobin

fix

parent 0ce8ec64
...@@ -88,7 +88,7 @@ public abstract class AbstractCostPlanService implements CostPlanService { ...@@ -88,7 +88,7 @@ public abstract class AbstractCostPlanService implements CostPlanService {
costPlanDomain.setCreateUserid(user.getUserid()); costPlanDomain.setCreateUserid(user.getUserid());
costPlanDomain.setCreateUsername(user.getUsername()); costPlanDomain.setCreateUsername(user.getUsername());
costPlanDomain.setCreateTime(new Date()); costPlanDomain.setCreateTime(new Date());
costPlanDomain.setPayCur(costPlanDomain.getCur());
/*附件字段*/ /*附件字段*/
......
...@@ -77,6 +77,9 @@ public class CostPlanDomain { ...@@ -77,6 +77,9 @@ public class CostPlanDomain {
private String payDic; // 支付币种 private String payDic; // 支付币种
private BigDecimal payCur; // 汇率 private BigDecimal payCur; // 汇率
@TableField(exist = false)
private BigDecimal cur; // 汇率
private Integer isTax; // 0 不抵扣个税 1 抵扣个税 private Integer isTax; // 0 不抵扣个税 1 抵扣个税
private Integer companyValue; // 公司主体value private Integer companyValue; // 公司主体value
......
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