|
@@ -253,7 +253,7 @@ public class TzjhglCtl extends BaseWebCtl {
|
|
|
// System.out.println(JSONObject.fromObject(cacheSCmap));
|
|
|
}
|
|
|
|
|
|
- model.addAttribute("xmmc", xmmc);
|
|
|
+ model.addAttribute("xmmc", CacheSearchCondition.cacheSCmapVal(cacheSCmap, "xmmc"));
|
|
|
if (StringUtils.isNotEmpty(xmid)) {
|
|
|
XmxxglEntity xmxx = xmxxglService.findOne(xmid);
|
|
|
model.addAttribute("xmmc", xmxx.getXmmc());
|