Commit 53a1c02a by guojx

流失明细添加wxEnterpriseId参数

parent 2be23b3a
......@@ -45,7 +45,7 @@ public class StoreAuthUtils {
}
WebLoginDTO login = AuthWebRequestUtil.getLoginUser();
jsonObject.put("enterpriseId", login.getEnterpriseId());
jsonObject.put("wxEnterpriseId ", login.getWxEnterpriseId());
jsonObject.put("wxEnterpriseId", login.getWxEnterpriseId());
}
public List<String> getAuthStoreId(StoreGroupCommonQO storeCommonQO) {
......
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