|
|
@ -4514,6 +4514,9 @@ |
|
|
LEFT JOIN sys_role c on b.role_id = c.role_id |
|
|
LEFT JOIN sys_role c on b.role_id = c.role_id |
|
|
where c.role_name = '成品物料模块-查询导出权限' |
|
|
where c.role_name = '成品物料模块-查询导出权限' |
|
|
</select> |
|
|
</select> |
|
|
|
|
|
<select id="selectProductPartCount" resultType="com.xujie.sys.modules.pms.data.ProductPartData"> |
|
|
|
|
|
select * from product_part where site = #{site} and partNo = #{partNo} |
|
|
|
|
|
</select> |
|
|
<update id="updateEquipmentFolderLocation"> |
|
|
<update id="updateEquipmentFolderLocation"> |
|
|
UPDATE Equipment_folder_location |
|
|
UPDATE Equipment_folder_location |
|
|
SET |
|
|
SET |
|
|
|