From 6b492db7d1457af687db307a40484f3b52bbf1a5 Mon Sep 17 00:00:00 2001
From: liuxm <liuxm@fescotech.com>
Date: 星期二, 14 五月 2024 16:20:41 +0800
Subject: [PATCH] 修改登录验证:手机号除admin 外长度必须为11
---
pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml b/pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml
index 0cca318..eb9dff3 100644
--- a/pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml
+++ b/pms-parent/pms-global/src/main/resources/mapper/PltProductMapper.xml
@@ -14,7 +14,7 @@
<result column="dt" jdbcType="TIMESTAMP" property="dt" />
<result column="remark" jdbcType="VARCHAR" property="remark" />
<association property="directorName" column="director" javaType="java.lang.Long"
- select="selectNameById" />
+ select="selectNameById" fetchType="eager" />
</resultMap>
<sql id="Base_Column_List">
<!--@mbg.generated-->
--
Gitblit v1.8.0