From 79603e53c78e535dba4bfbc69b8c3b5c184012c5 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期一, 08 四月 2024 09:16:05 +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