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
|
* @Version: V1.0
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@TableName("nu_org_apply_info_new")
|
@TableName("nu_org_apply_info")
|
||||||
@Accessors(chain = true)
|
@Accessors(chain = true)
|
||||||
@EqualsAndHashCode(callSuper = false)
|
@EqualsAndHashCode(callSuper = false)
|
||||||
@ApiModel(value="nu_org_apply_info对象", description="机构加盟申请信息表")
|
@ApiModel(value="nu_org_apply_info对象", description="机构加盟申请信息表")
|
||||||
|
|
|
||||||
|
|
@ -138,7 +138,7 @@
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<select id="validateApplyOrgComNamerepet" resultType="java.lang.Integer">
|
<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>
|
<where>
|
||||||
com_name = #{dto.comName}
|
com_name = #{dto.comName}
|
||||||
and iz_history = 'N'
|
and iz_history = 'N'
|
||||||
|
|
@ -242,7 +242,7 @@
|
||||||
sd.net_url,
|
sd.net_url,
|
||||||
sd.account_no,
|
sd.account_no,
|
||||||
sd.password_text
|
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
|
left join sys_depart sd on info.pk_id = sd.id
|
||||||
<where>
|
<where>
|
||||||
info.iz_history = 'N'
|
info.iz_history = 'N'
|
||||||
|
|
@ -359,7 +359,7 @@
|
||||||
sd.city,
|
sd.city,
|
||||||
sd.district,
|
sd.district,
|
||||||
sd.address
|
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
|
left join sys_depart sd on info.pk_id = sd.id
|
||||||
<where>
|
<where>
|
||||||
info.iz_history = 'N'
|
info.iz_history = 'N'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue