From fee38f39e36bcda9924f5b26dca609dda6b331e0 Mon Sep 17 00:00:00 2001
From: skyouc
Date: 星期日, 22 六月 2025 16:53:27 +0800
Subject: [PATCH] no message
---
zy-asrs-wms/src/main/resources/mapper/asrs/ViewTaskDetlMapper.xml | 50 +++++++++++++++++++++++++-------------------------
1 files changed, 25 insertions(+), 25 deletions(-)
diff --git a/zy-asrs-wms/src/main/resources/mapper/asrs/ViewTaskDetlMapper.xml b/zy-asrs-wms/src/main/resources/mapper/asrs/ViewTaskDetlMapper.xml
index 7687fd4..fe66202 100644
--- a/zy-asrs-wms/src/main/resources/mapper/asrs/ViewTaskDetlMapper.xml
+++ b/zy-asrs-wms/src/main/resources/mapper/asrs/ViewTaskDetlMapper.xml
@@ -1,25 +1,25 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
-<mapper namespace="com.zy.asrs.wms.asrs.mapper.ViewTaskDetlMapper">
-
- <select id="getList" resultType="map">
- select * from view_man_task_detl td
- where matnr = #{matnr}
- <if test="batch!=null">
- and batch = #{batch}
- </if>
- <if test="param!=null and param.size()>0">
- <foreach item="item" collection="param" index="index">
- <if test="item.value!=null">
- and ${item.name} = #{item.value}
- </if>
- </foreach>
- </if>
- </select>
-
- <select id="getById" resultType="map">
- select * from view_man_task_detl
- where id = #{id}
- </select>
-
-</mapper>
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
+<mapper namespace="com.zy.asrs.wms.asrs.mapper.ViewTaskDetlMapper">
+
+ <select id="getList" resultType="map">
+ select * from view_man_task_detl td
+ where matnr = #{matnr}
+ <if test="batch!=null and batch!=''">
+ and batch = #{batch}
+ </if>
+ <if test="param!=null and param.size()>0">
+ <foreach item="item" collection="param" index="index">
+ <if test="item.value!=null and item.value != ''">
+ and ${item.name} = #{item.value}
+ </if>
+ </foreach>
+ </if>
+ </select>
+
+ <select id="getById" resultType="map">
+ select * from view_man_task_detl
+ where id = #{id}
+ </select>
+
+</mapper>
--
Gitblit v1.9.1