nu_org_apply_info_new 改为nu_org_apply_info
This commit is contained in:
parent
35c62b69b8
commit
341c767ca6
|
|
@ -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="机构加盟申请信息表")
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in New Issue