装备管理 youhua

This commit is contained in:
lizhenhua 2025-07-10 15:47:00 +08:00
parent 9d0d798e1a
commit 21e47c1c78
3 changed files with 5 additions and 1 deletions

View File

@ -176,6 +176,9 @@ public class DevInfoVo extends DevInfo {
private String devicenewName;
private String deviceId;
private String deviceTypeName;
}

View File

@ -54,6 +54,7 @@ public class EquipmentDetail {
private String orderCount;
private String combinedName;
private String labelVol;
private String typeId;
}

View File

@ -57,7 +57,7 @@
LEFT JOIN ma_type mt1 ON mt1.type_id = mt2.parent_id
AND mt1.del_flag = '0'
WHERE
d.is_active = '1' and d.device_name=#{devicenewName} AND d.own_co=#{companyName}
d.is_active = '1' and mt3.type_id=#{deviceId} AND d.own_co=#{companyName}
</select>
<insert id="insertOrUpdateBatch" parameterType="com.bonus.material.equipment.domain.DeptEquipmentConfig">