Commit e0a88c3f by sxy

Merge branch 'center-order' of gitlab.gongsibao.com:jiangyong/zhichan into center-order

parents fc3382f5 5a328c51
...@@ -143,9 +143,9 @@ class LogoOrderService { ...@@ -143,9 +143,9 @@ class LogoOrderService {
if(!ab.profession){ if(!ab.profession){
return system.getResultFail(-107,"行业名称不能为空"); return system.getResultFail(-107,"行业名称不能为空");
} }
if (!ab.description) { // if (!ab.description) {
return system.getResultFail(-108, "描述信息不能为空"); // return system.getResultFail(-108, "描述信息不能为空");
} // }
if (!ab.pic_url) { if (!ab.pic_url) {
return system.getResultFail(-109, "图标链接不能为空"); return system.getResultFail(-109, "图标链接不能为空");
} }
......
...@@ -329,9 +329,9 @@ class OrderInfoService extends ServiceBase { ...@@ -329,9 +329,9 @@ class OrderInfoService extends ServiceBase {
return system.getResult(null, "logo_Id不能为空,20150"); return system.getResult(null, "logo_Id不能为空,20150");
} }
deliveryData.logo_id = deliveryData.logo_id.toString(); deliveryData.logo_id = deliveryData.logo_id.toString();
if (!deliveryData.description) { // if (!deliveryData.description) {
return system.getResult(null, "描述信息不能为空,20180"); // return system.getResult(null, "描述信息不能为空,20180");
} // }
if (!deliveryData.pic_url) { if (!deliveryData.pic_url) {
return system.getResult(null, "图标链接不能为空,20183"); return system.getResult(null, "图标链接不能为空,20183");
} }
......
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