|
|
@@ -5402,7 +5402,7 @@ public class FormulaServiceImpl extends BaseServiceImpl<FormulaMapper, Formula>
|
|
|
private List<Map<String, Object>> listMap(List<Long> ids, ExecuteType type) {
|
|
|
String pkIds = ids.stream().map(String::valueOf).collect(Collectors.joining(","));
|
|
|
String tableName = ExecuteType.INSPECTION.equals(type) ? "m_wbs_tree_contract" : "m_wbs_tree_private";
|
|
|
- return this.jdbcTemplate.queryForList(" select a.init_table_name as tableName,a.p_key_id as pkId ,c.e_key as field,c.e_name as eName,c.id as fieldId ,c.e_type eType , e_allow_deviation as eAllowDeviation " +
|
|
|
+ return this.jdbcTemplate.queryForList(" select a.init_table_name as tableName,a.p_key_id as pkId ,c.e_key as field,c.e_name as eName,c.id as fieldId ,c.e_type eType, c.assist , e_allow_deviation as eAllowDeviation " +
|
|
|
"from " + tableName + " a " +
|
|
|
"inner join m_table_info b on a.init_table_name=b.tab_en_name " +
|
|
|
"INNER JOIN m_wbs_form_element c on b.id=c.f_id " +
|