|
@@ -395,7 +395,8 @@ public class SaleClueInfoServiceImpl implements ISaleClueInfoService {
|
|
|
|
|
|
if (recordInfoPojo.getContinueFlag() == 2){
|
|
|
//意向合作 1-不合作可跟进 2-添加微信 3-操盘合作 4-服务商合作 5-金牛合作 6-无法添加微信
|
|
|
- if (StringUtils.equals(recordInfoPojo.getIntendedCooperation(),"1")){
|
|
|
+ if (StringUtils.equals(recordInfoPojo.getIntendedCooperation(),"1")
|
|
|
+ || StringUtils.isEmpty(recordInfoPojo.getIntendedCooperation())){
|
|
|
saleClueInfoMapper.updateSaleClueState(recordInfoPojo.getSellerId(),2);
|
|
|
}
|
|
|
saleClueInfoMapper.updateSaleClueState(recordInfoPojo.getSellerId(),3);
|