ruqinhu 5 年 前
コミット
29ad3180ec

+ 1 - 1
src/main/resources/mybatis/mapper/customer/CustomerInfoBasicDao.xml

@@ -207,7 +207,7 @@
         customer_info_basic c
         where 1=1
         <if test="p_code != null and p_code !=''">
-            and id = #{p_code}
+            and p_code = #{p_code}
         </if>
         <if test="id != null and id !=''">
             and id = #{id}