|
@@ -64,7 +64,7 @@ public interface EsMapper extends MiniserviceBaseDao {
|
|
|
"b.code as code," +
|
|
|
"b.value_def as valueDef," +
|
|
|
"b.value_type as valueType, " +
|
|
|
- "(select max(c.type) from es_data as c where c.code = b.value_def) as dataType " +
|
|
|
+ "(select max(c.type) from es_data as c where c.cd_id = b.value_def) as dataType " +
|
|
|
"from es_pro_com_att a,es_att b where a.att_id=b.att_id and pc_id=#{pcId} ORDER BY ser asc;")
|
|
|
List<ProComAttDto> selectPrComAttList(String pcId);
|
|
|
|