Commit d19eef76 by 陈思聪

revert commit f78b8781

parent e4d6ec32
...@@ -166,9 +166,9 @@ class GatewaypushlogService extends ServiceBase { ...@@ -166,9 +166,9 @@ class GatewaypushlogService extends ServiceBase {
if (!pobj.intentionBizId) { if (!pobj.intentionBizId) {
return self.getResultFail("intentionBizId不能为空"); return self.getResultFail("intentionBizId不能为空");
} }
// if (!pobj.phone) { if (!pobj.phone) {
// return self.getResultFail("mobile不能为空"); return self.getResultFail("mobile不能为空");
// } }
if (!pobj.consultType) { if (!pobj.consultType) {
return self.getResultFail("consultType不能为空"); return self.getResultFail("consultType不能为空");
} }
......
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