Commit 882a6fa4 by 庄冰

ic2

parent 0603b1dc
......@@ -83,9 +83,9 @@ class NeedsolutionService extends ServiceBase {
// if(!ab.followManMobile){
// return system.getResultFail(-102,"跟进人手机号不能为空");
// }
if(!ab.followManOnlyCode){
return system.getResultFail(-103,"跟进人唯一码不能为空");
}
// if(!ab.followManOnlyCode){
// return system.getResultFail(-103,"跟进人唯一码不能为空");
// }
//获取需求信息
var needinfo = await this.needinfoDao.model.findOne({
where:{needNo:ab.needNo,followManOnlyCode:ab.followManOnlyCode},raw:true
......
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