From 6d51af4d82956e1194deb52d1427190ecbaa0a81 Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期五, 25 三月 2022 14:41:47 +0800 Subject: [PATCH] #杰克缝纫机立库 【根据单号检索单据数据】 --- src/main/resources/mapper/OrderDetlMapper.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/main/resources/mapper/OrderDetlMapper.xml b/src/main/resources/mapper/OrderDetlMapper.xml index beef24a..1dc2613 100644 --- a/src/main/resources/mapper/OrderDetlMapper.xml +++ b/src/main/resources/mapper/OrderDetlMapper.xml @@ -40,4 +40,11 @@ </if> </select> + <select id="selectWorkingDetls" resultMap="BaseResultMap"> + select * from man_order_detl + where 1=1 + and order_id = #{orderId} + and qty < anfme + </select> + </mapper> -- Gitblit v1.9.1