|
|
|
@ -220,7 +220,7 @@ public class FactoryDataServiceImpl implements FactoryDataService {
|
|
|
|
|
} |
|
|
|
|
jsons.set("packageInfo", new JSONArray(packages)); |
|
|
|
|
if(StrUtil.equals(key, "Z")){ |
|
|
|
|
jsons.set("orderType", "Y"); |
|
|
|
|
jsons.set("orderType", key); |
|
|
|
|
} |
|
|
|
|
String jsonStr = JSONUtil.toJsonStr(jsons); |
|
|
|
|
if (oldProperties.getEnable()) { |
|
|
|
@ -271,7 +271,7 @@ public class FactoryDataServiceImpl implements FactoryDataService {
|
|
|
|
|
jsons.set("remark", ""); |
|
|
|
|
jsons.set("orderExtendFields", new JSONArray()); |
|
|
|
|
if(StrUtil.equals(key, "Z")){ |
|
|
|
|
jsons.set("orderType", "Y"); |
|
|
|
|
jsons.set("orderType", key); |
|
|
|
|
} |
|
|
|
|
String jsonStr = JSONUtil.toJsonStr(jsons); |
|
|
|
|
if (oldProperties.getEnable()) { |
|
|
|
|