Commit b0bdd30e authored by 刘林's avatar 刘林

fix(jg):历史平台登记功能修改

parent 5d09c02f
...@@ -1234,8 +1234,8 @@ public class CommonServiceImpl implements ICommonService { ...@@ -1234,8 +1234,8 @@ public class CommonServiceImpl implements ICommonService {
@Override @Override
public Object invokeBusinessType(Map<String, Object> map) { public Object invokeBusinessType(Map<String, Object> map) {
String historyEquType = (String) map.get(HISTORY_EQU_TYPE); // Assuming HISTORY_EQU_TYPE is a String key String historyEquType = (String) map.get(HISTORY_EQU_TYPE);
Map<String, Object> noticeObj = (Map<String, Object>) map.get(SECOND); // Assuming SECOND is a String key Map<String, Object> noticeObj = (Map<String, Object>) map.get(SECOND);
JSONObject jsonObject = new JSONObject(noticeObj); JSONObject jsonObject = new JSONObject(noticeObj);
switch (historyEquType) { switch (historyEquType) {
case "unit": case "unit":
......
...@@ -939,7 +939,7 @@ ...@@ -939,7 +939,7 @@
<w:sz-cs w:val="24"/> <w:sz-cs w:val="24"/>
<w:lang w:fareast="ZH-CN"/> <w:lang w:fareast="ZH-CN"/>
</w:rPr> </w:rPr>
<w:t>${equDefine}</w:t> <w:t>${(equDefine)!''}</w:t>
</w:r> </w:r>
</w:p> </w:p>
</w:txbxContent> </w:txbxContent>
......
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