皖送大屏机具工程id推送
This commit is contained in:
parent
62b88c6ed6
commit
f596d34c59
|
|
@ -35,6 +35,9 @@ public class MachineInfoBean {
|
|||
private Integer deptId;
|
||||
// 工程名称
|
||||
private String proName;
|
||||
|
||||
// 工程id
|
||||
private String proId;
|
||||
// 项目管理部
|
||||
private String proCenter;
|
||||
// 领用时间
|
||||
|
|
|
|||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue