|
@@ -2,6 +2,7 @@
|
|
|
<!DOCTYPE mapper
|
|
|
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
|
|
+<!--suppress ALL -->
|
|
|
<mapper namespace="com.ruoyi.warehouseBusiness.mapper.TWarehouseBillsMapper">
|
|
|
|
|
|
<resultMap type="TWarehousebills" id="TWarehousebillsResult">
|
|
@@ -3805,4 +3806,7 @@
|
|
|
<include refid="selectTWarehousebillsVo"></include>
|
|
|
where receipt_code = #{receiptCode}
|
|
|
</select>
|
|
|
+ <select id="selectMblNoCount" resultType="java.lang.Integer" parameterType="java.lang.String">
|
|
|
+ select count(f_id) from t_warehousebills where del_flag = '0' and f_mblno = #{mblno}
|
|
|
+ </select>
|
|
|
</mapper>
|