nu_org_apply_info_new 改为nu_org_apply_info

This commit is contained in:
1378012178@qq.com 2026-02-12 15:29:18 +08:00
parent 35c62b69b8
commit 341c767ca6
2 changed files with 4 additions and 4 deletions

View File

@ -25,7 +25,7 @@ import java.util.Date;
* @Version: V1.0
*/
@Data
@TableName("nu_org_apply_info_new")
@TableName("nu_org_apply_info")
@Accessors(chain = true)
@EqualsAndHashCode(callSuper = false)
@ApiModel(value="nu_org_apply_info对象", description="机构加盟申请信息表")

View File

@ -138,7 +138,7 @@
</select>
<select id="validateApplyOrgComNamerepet" resultType="java.lang.Integer">
select count(id) from nu_org_apply_info_new
select count(id) from nu_org_apply_info
<where>
com_name = #{dto.comName}
and iz_history = 'N'
@ -242,7 +242,7 @@
sd.net_url,
sd.account_no,
sd.password_text
FROM nu_org_apply_info_new AS info
FROM nu_org_apply_info AS info
left join sys_depart sd on info.pk_id = sd.id
<where>
info.iz_history = 'N'
@ -359,7 +359,7 @@
sd.city,
sd.district,
sd.address
FROM nu_org_apply_info_new AS info
FROM nu_org_apply_info AS info
left join sys_depart sd on info.pk_id = sd.id
<where>
info.iz_history = 'N'