Showing
1 changed file
with
3 additions
and
0 deletions
xingyun-sc/src/main/java/com/lframework/xingyun/sc/impl/customer/CustomerDevelopPlanServiceImpl.java
| ... | ... | @@ -135,6 +135,9 @@ public class CustomerDevelopPlanServiceImpl extends BaseMpServiceImpl<CustomerDe | 
| 135 | 135 | // 审核中 | 
| 136 | 136 | data.setStatus(CustomerDevelopStatus.AUDIT); | 
| 137 | 137 | data.setCustomerId(vo.getCustomerId()); | 
| 138 | + if (!StringUtil.isBlank(vo.getCustomerType())) { | |
| 139 | + data.setCustomerType(vo.getCustomerType()); | |
| 140 | + } | |
| 138 | 141 | if (!StringUtil.isBlank(vo.getWorkshopId())) { | 
| 139 | 142 | data.setWorkshopId(vo.getWorkshopId()); | 
| 140 | 143 | } | ... | ... |