运营商增加用户。问题修复

This commit is contained in:
19173159168
2025-09-12 00:41:45 +08:00
parent f502ae8971
commit a5666e91fa
24 changed files with 238 additions and 102 deletions

View File

@ -187,7 +187,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
<if test="name != null and name != ''">#{name},</if>
<if test="contactPerson != null and contactPerson != ''">#{contactPerson},</if>
<if test="phone != null and phone != ''">#{phone},</if>
<if test="contactPerson != null and contactPerson2 != ''">#{contactPerson2},</if>
<if test="contactPerson2 != null and contactPerson2 != ''">#{contactPerson2},</if>
<if test="phone2 != null and phone2 != ''">#{phone2},</if>
<if test="provinceId != null">#{provinceId},</if>
<if test="provinceName != null">#{provinceName},</if>