Commit f483941b by 陶光胜

字段调整

parent fd2bf4d4
......@@ -220,7 +220,7 @@ public class StoreWidgetController {
}
} else if(type == typeOfStoreStatus){
if(storeColumnSet != null){
Set<Integer> storeType = storeColumnSet.getErpStatus();
Set<Integer> storeType = storeColumnSet.getStatus();
if(CollectionUtils.isEmpty(storeType)){
return RestResponse.success();
}else {
......
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