Commit 51967afb authored by zhangyingbin's avatar zhangyingbin

修改特种设备问题

parent 25087161
......@@ -146,9 +146,11 @@ public class InspectionServiceImpl implements InspectionService {
if (!ValidationUtil.isEmpty(taskId)) {
String sql = "select INSTRUCT_CODE from "+ bizTable+" where INSTANCE_ID=?";
String code = bizJdbcTemplate.queryForObject(sql, String.class, taskId);
if (!ValidationUtil.isEmpty(code)){
jsonObject.put("code", code);
return jsonObject;
}
}
String safetySupervisionCode = "(%s)市监特令中[%s]第 %s 号";
AgencyUserModel agencyUserModel = Privilege.agencyUserClient.getme().getResult();
Object reginSeq = JsonValueUtils.getValueByKey(JSONObject.parse(JSON.toJSONString(agencyUserModel)), "companys", "companys.0.regionSeq");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment