Commit c32d0167 by kangxiaoshan

大后台

parent 6d6bf145
......@@ -963,6 +963,10 @@ public class ContractServiceImpl implements ContractService {
c.setHasDiscount("无");
}
if(c.getRelationContract()==null){
c.setRelationContract(-1L);
}
c.setSaleName(saleMap.containsKey(c.getSale()) ? saleMap.get(c.getSale()) : "");
c.setPriceLevelName(typeMap.containsKey(c.getPriceLevel()) ? typeMap.get(c.getPriceLevel()) : "");
// if (c.getType().equals(ContractTypeEnum.MAIN.getKey()) && platform.contains("io")) {
......
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