Commit f5a17ffa by 庄冰

排序

parent 9b796716
...@@ -60,7 +60,7 @@ class ProducttypeService extends ServiceBase { ...@@ -60,7 +60,7 @@ class ProducttypeService extends ServiceBase {
if (!pobj.pic_url) { if (!pobj.pic_url) {
return system.getResultFail(-101, "图标不能为空"); return system.getResultFail(-101, "图标不能为空");
} }
if (!pobj.sequence) { if (!pobj.sequence && pobj.sequence!==0) {
return system.getResultFail(-102, "排序不能为空"); return system.getResultFail(-102, "排序不能为空");
} }
// if (!pobj.jump_link_type || !pobj.jump_link) { // if (!pobj.jump_link_type || !pobj.jump_link) {
......
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