no message

main
이범준 6 months ago
parent b54e9fb5d3
commit 9d048ff06e

@ -2191,7 +2191,7 @@ scwin.sbm_save_submitdone = function(e) {
<w2:colspan>2</w2:colspan>
<w2:rowspan>1</w2:rowspan>
</w2:attributes>
<span></span>
<div></div>
<xf:select appearance="full" cols=""
id=""
ref="data:searchResultMap.cHardRead"

@ -11,6 +11,7 @@ import org.json.simple.JSONObject;
import org.json.simple.parser.JSONParser;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;
@ -22,6 +23,7 @@ import cfs.common.util.ResultSmartPlatform;
import cfs.trsmrcv.dao.TrsmrcvDao;
import cfs.trsmrcv.service.CommSmartPlatformPRPService;
@Controller
public class CommCollectServerController {
protected Logger logger = LoggerFactory.getLogger(this.getClass());

Loading…
Cancel
Save