Commit 4623fda7 by guojuxing

编辑的时候重置了排序,修复

parent 4d115e73
......@@ -109,7 +109,9 @@ public class AppletCustomPageApiServiceImpl implements AppletCustomPageApiServic
boolean isAllCrowd = isAllCrowd(crowdWidgetId, enterpriseId);
//1:全部 2:部分
record.setCrowdWidgetType(isAllCrowd ? 1 : 2);
record.setSerialNumber(0);
if (isAddOperation) {
record.setSerialNumber(0);
}
}
record.setEnterpriseId(enterpriseId);
record.setStatus(saveType);
......
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