|
public List<Map<String, Object>> queryClueDetailInfo(String taskId, String clue){
|
|
public List<Map<String, Object>> queryClueDetailInfo(String taskId, String clue){
|
|
List<Map<String, Object>> clueInfoDetailList = new ArrayList<>();
|
|
List<Map<String, Object>> clueInfoDetailList = new ArrayList<>();
|
|
clueInfoDetailList = gaussDBJdbcTemplate.queryForList(sql, taskId, clue);
|
|
clueInfoDetailList = gaussDBJdbcTemplate.queryForList(sql, taskId, clue);
|
|
|
|
+ String sql = "insert into t_ctrl_clue_info (rwbh, ryxm, zjlxdm, zjhm, hjd, sjh, xswjbh, xswjm, yzzt, yzztmc, xszt, rylb, rybq, gkjb, gkjbmc, cjsj) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)";
|