From 16dd4b9b607e104abefac6bb2f5d74a169ce2f1c Mon Sep 17 00:00:00 2001 From: Kurisu Date: Wed, 19 Jan 2022 11:36:54 +0800 Subject: [PATCH] :sparkles: 档案查询加上手机号 --- fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml b/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml index 98a1a24..c53e2f7 100644 --- a/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml +++ b/fw-valhalla-dao/src/main/resources/mapper/CustomerMapper.xml @@ -151,7 +151,7 @@ #{id} - + and t1.id not in #{id} -- libgit2 0.22.2