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