根据agencyId查询
@ -8,5 +8,6 @@ import lombok.NoArgsConstructor;
@NoArgsConstructor
@AllArgsConstructor
public class PowerAxisStructFormDTO{
private String agencyId;
private String name;
}
@ -78,7 +78,10 @@
<if test="name != null and name != ''">
and NAME = #{name}
</if>
and del_flag = 0
<if test="agencyId != null and agencyId != ''">
and AGENCY_ID = #{agencyId}
</where>
</select>
<select id="queryList" resultType="com.epmet.plugin.power.dto.axis.result.PowerAxisStructListResultDTO">