|
@@ -140,7 +140,7 @@ public class CustomStructureController {
|
|
|
Collectors.summingInt(m -> ((BigDecimal) m.get("cunt")).intValue())));
|
|
|
list.forEach(userprj -> {
|
|
|
List<Map<String, Object>> list2 = structuredetailService.listMaps(Wrappers.<Structuredetail>query()
|
|
|
- .select("id", "name", "code", "pid","(select level_name\n" +
|
|
|
+ .select("id", "name", "code", "pid","con_contract","des_contract","(select level_name\n" +
|
|
|
" from tf_ywpn_pbslevel_w\n" +
|
|
|
" where id = tf_ywpn_structuredetail_w.pbslevel_id) as levelName")
|
|
|
.exists("select 1\n" +
|