|
|
@@ -241,7 +241,7 @@ public class InformationImportRecordController extends BladeController {
|
|
|
List<WbsTreeContract> query = jdbcTemplate.query("select * from m_wbs_tree_contract where is_deleted = 0 and p_id = " + pId + " and full_name = '" + split[i] + "'",
|
|
|
new BeanPropertyRowMapper<>(WbsTreeContract.class));
|
|
|
if (query.isEmpty() || query.get(0) == null) {
|
|
|
- break;
|
|
|
+ continue;
|
|
|
}
|
|
|
target = query.get(0);
|
|
|
pId = target.getPKeyId();
|