摘要: --importFlag字段改为string类型alter table Ghreqcoverage modify (importFlag varchar2(2));-- 因为importFlag字段中有值 直接修改报错:column to be modified must be empty to c 阅读全文
posted @ 2018-08-24 10:45 wuyueping 阅读(409) 评论(0) 推荐(0) 编辑
摘要: import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONObject; String formDataStr = JSONObject.toJSONString(dRequest); //将对象转换为json字符串 resS 阅读全文
posted @ 2018-08-24 10:13 wuyueping 阅读(79) 评论(0) 推荐(0) 编辑
摘要: if (StrKit.isEmpty(proposalNo)) { throw GHBusinessException.errorMessage("未找到对应的投保单号"); } 返回结果 : <?xml version="1.0" encoding="UTF-8"?><response> <hea 阅读全文
posted @ 2018-08-24 09:59 wuyueping 阅读(127) 评论(0) 推荐(0) 编辑