|
|
|
@ -28,10 +28,10 @@ public class Getdjinfo_controller {
|
|
|
|
|
@Autowired
|
|
|
|
|
private ConfigProp configProp;
|
|
|
|
|
|
|
|
|
|
@RequestMapping("/getgsjc")
|
|
|
|
|
@RequestMapping("/getdjinfo")
|
|
|
|
|
public WeaResult<JSONObject> run(@RequestParam Map<String,Object> params) {
|
|
|
|
|
log.error("getgsjc_controller execute start");
|
|
|
|
|
log.error("getgsjc_controller execute params : " + params);
|
|
|
|
|
log.error("getdjinfo_controller execute start");
|
|
|
|
|
log.error("getdjinfo_controller execute params : " + params);
|
|
|
|
|
String gysbm = null2String(params.get("gysbm"));
|
|
|
|
|
String cgzzbmzb = null2String(params.get("cgzzbmzb"));
|
|
|
|
|
JSONObject jsonParams = new JSONObject();
|
|
|
|
|