From 9e59c677936b3845b84b4e2d09457e5dc0e5bff7 Mon Sep 17 00:00:00 2001 From: God <10745413@qq.com> Date: Wed, 6 Jul 2022 16:48:34 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E8=B4=A6=E7=94=B3=E8=AF=B7=E7=94=9F?= =?UTF-8?q?=E6=88=90=E6=95=B0=E6=8D=AE=E5=AE=8C=E5=96=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../anrui/scm/biz/scmapplyinbound/ScmApplyInboundMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundMapper.java b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundMapper.java index a474f4407d..84449427bf 100644 --- a/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundMapper.java +++ b/anrui-scm/anrui-scm-biz/src/main/java/com/yxt/anrui/scm/biz/scmapplyinbound/ScmApplyInboundMapper.java @@ -42,5 +42,5 @@ public interface ScmApplyInboundMapper extends BaseMapper { int updateFlowFiled(Map map); - int selectNum(String bill); + int selectNum(@Param("bill")String bill); } \ No newline at end of file