Commit 79e3025b by zhiwj

代码结构调整

parent cae7830e
......@@ -120,7 +120,7 @@ public class StoreStatusStrategyImpl implements BulkUpdateStoreStrtegy {
);
JSONObject object = new JSONObject();
object.put("msg", format);
object.put("json", storeInfoIdHasNotClerkMsgList);
object.put("json", this.storeService.listStoredByStoreInfoList(storeInfoIdHasNotClerkMsgList, enterpriseId));
return object.toJSONString();
}
}
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