Commit 06a4f3a4 by 兰国旗

laolan

parent eab2f916
...@@ -16,7 +16,7 @@ class RotationchartService extends ServiceBase { ...@@ -16,7 +16,7 @@ class RotationchartService extends ServiceBase {
if (!pobj.pic_url) { if (!pobj.pic_url) {
return system.getResultFail(-101, "图片不能为空"); return system.getResultFail(-101, "图片不能为空");
} }
if (!pobj.is_enabled) { if (pobj.is_enabled==='' || pobj.is_enabled=== null || pobj.is_enabled=== undefined) {
return system.getResultFail(-103, "是否显示不能为空"); return system.getResultFail(-103, "是否显示不能为空");
} }
if (!pobj.jump_link_type) { if (!pobj.jump_link_type) {
......
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