皖送大屏机具工程id推送

This commit is contained in:
bonus 2025-11-25 14:52:50 +08:00
parent 62b88c6ed6
commit f596d34c59
2 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,9 @@ public class MachineInfoBean {
private Integer deptId;
// 工程名称
private String proName;
// 工程id
private String proId;
// 项目管理部
private String proCenter;
// 领用时间

View File

@ -1290,6 +1290,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
</select>
<select id="getProDataDetails" resultType="com.bonus.material.push.domain.MachineInfoBean">
SELECT
bp.external_id AS proId,
ANY_VALUE(bp.pro_name) as proName,
mt2.type_name as typeName,
mt.type_name as typeModelName,