新增-erp物料查询接口api
This commit is contained in:
@@ -33,6 +33,7 @@
|
||||
WHERE DOWN_CTR_NUM = #{item.downCenterNumber}
|
||||
</foreach>
|
||||
</update>
|
||||
|
||||
<select id="selectMaxCode" resultType="java.lang.String">
|
||||
SELECT MAX(MTRL_CODE) FROM SPLY_ERP_MTRL
|
||||
</select>
|
||||
@@ -41,7 +42,7 @@
|
||||
SELECT * FROM SPLY_ERP_MTRL WHERE MTRL_ID = #{erpMId}
|
||||
</select>
|
||||
|
||||
<select id="selectByErpMNumbers" resultType="java.lang.Integer">
|
||||
<select id="countByErpMNumbers" resultType="java.lang.Integer">
|
||||
SELECT COUNT(*)
|
||||
FROM sply_mtrl_oth
|
||||
WHERE ERP_MTRL_NUM IN
|
||||
|
||||
Reference in New Issue
Block a user