|
|
|
@ -3981,6 +3981,11 @@ |
|
|
|
set Status = '已废弃' , abandoned_reason = #{abandonedReason} , update_by = #{updateBy} , update_date = getDate() |
|
|
|
where Site = #{site} and bu_no = #{buNo} and OrderNo = #{orderNo} |
|
|
|
</update> |
|
|
|
<update id="updateTpmMessageNotificationSendFlag"> |
|
|
|
update TPM_Message_Notification |
|
|
|
set send_flag = 'N' |
|
|
|
WHERE SITE = #{site} AND bu_no = #{buNo} AND plan_no = #{planID} AND order_no = #{orderNo} and IP = #{ip} and mes_typ_desc = '三色灯' |
|
|
|
</update> |
|
|
|
<select id="getUpItemdataEam" resultType="com.xujie.sys.modules.pms.data.EamPropertiesModelDetailData"> |
|
|
|
select |
|
|
|
top 1 |
|
|
|
@ -4125,4 +4130,7 @@ |
|
|
|
</where> |
|
|
|
order by epmh.code_no,a.order_id |
|
|
|
</select> |
|
|
|
<select id="getEquipmentFolderLocationIp" resultType="java.lang.String"> |
|
|
|
select IP from Equipment_folder_location where site = #{site} and bu_no = #{buNo} and repair_type = '换线专家组' |
|
|
|
</select> |
|
|
|
</mapper> |