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