|
|
@@ -199,7 +199,7 @@ public class PosStoreController extends BaseController {
|
|
|
BeanUtils.copyProperties(stores.getFirst(), storeOutput);
|
|
|
JSONObject json = JSONUtil.parseObj(storeOutput, false);
|
|
|
json.set("collect", !list.isEmpty() ? 1 : 0);
|
|
|
- return success(storeOutput);
|
|
|
+ return success(json);
|
|
|
|
|
|
}
|
|
|
|