|
@@ -94,7 +94,7 @@ public class TaOfficeContactController extends BaseController {
|
94
|
94
|
Integer no = dbUtils.nextVal(SEQ_PREFIX + "-" + today);
|
95
|
95
|
taOfficeContact.setSerialNo(StringUtils.lpad(no.toString(), "0", 3));
|
96
|
96
|
taOfficeContact.setCreateDate(LocalDateTime.now());
|
97
|
|
- taOfficeContact.setStatus(CommConstant.STATUS_NORMAL);
|
|
97
|
+ taOfficeContact.setStatus(2); // 待跟进
|
98
|
98
|
if (iTaOfficeContactService.save(taOfficeContact)){
|
99
|
99
|
responseBean.addSuccess(taOfficeContact);
|
100
|
100
|
}else {
|