皖送大屏机具工程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 Integer deptId;
// 工程名称 // 工程名称
private String proName; private String proName;
// 工程id
private String proId;
// 项目管理部 // 项目管理部
private String proCenter; private String proCenter;
// 领用时间 // 领用时间

View File

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