From 528d0da19f5fc3f5c78af3c99a1f2cfa914a27dd Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期四, 01 二月 2024 17:00:08 +0800
Subject: [PATCH] #
---
zy-asrs-common/src/main/resources/mapper/wms/StaDescMapper.xml | 12 ------------
1 files changed, 0 insertions(+), 12 deletions(-)
diff --git a/zy-asrs-common/src/main/resources/mapper/wms/StaDescMapper.xml b/zy-asrs-common/src/main/resources/mapper/wms/StaDescMapper.xml
index 125d6e7..1de9679 100644
--- a/zy-asrs-common/src/main/resources/mapper/wms/StaDescMapper.xml
+++ b/zy-asrs-common/src/main/resources/mapper/wms/StaDescMapper.xml
@@ -2,16 +2,4 @@
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.zy.asrs.common.wms.mapper.StaDescMapper">
- <select id="queryOutStaNosByLocNo" resultType="integer">
- select
- distinct asd.stn_no
- from wms_sta_desc asd
- left join wms_loc_mast alm on asd.crn_no = alm.crn_no
- where 1=1
- and alm.loc_no = #{locNo}
- <if test="typeNo != null and typeNo !=''">
- and asd.type_no = #{typeNo}
- </if>
- </select>
-
</mapper>
--
Gitblit v1.9.1