Commit f03dc3d9 by guojx

公用参数调整

parent bf96ca61
......@@ -232,10 +232,12 @@ public class TargetController {
JSONObject jsonObject = new JSONObject();
jsonObject.put("entId", qo.getEnterpriseId());
jsonObject.put("enterpriseId", qo.getEnterpriseId());
jsonObject.put("year", qo.getTime());
jsonObject.put("yearDate", qo.getTime());
jsonObject.put("month", qo.getTime());
if (qo.getTimeType() == 1) {
jsonObject.put("year", qo.getTime());
} else {
jsonObject.put("month", qo.getTime());
}
jsonObject.put("monthDate", qo.getTime());
jsonObject.put("storeId", getStoreIdList(qo, true).stream().collect(Collectors.joining(",")));
return jsonObject;
......
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