nu_employees_advisory_info 改 nu_biz_employees_advisory_info
This commit is contained in:
parent
68a0ddaa16
commit
79dc372bfe
|
|
@ -5,7 +5,7 @@
|
||||||
<select id="queryCanUseOrg" resultType="java.lang.String">
|
<select id="queryCanUseOrg" resultType="java.lang.String">
|
||||||
select org_code
|
select org_code
|
||||||
from nu_biz_employees_org
|
from nu_biz_employees_org
|
||||||
where open_id = (select open_id from nu_employees_advisory_info where tel = #{tel})
|
where open_id = (select open_id from nu_biz_employees_advisory_info where tel = #{tel})
|
||||||
and iz_history = 'N'
|
and iz_history = 'N'
|
||||||
and (((apply_type = '0' or apply_type = '1') and status = '2') or apply_type = '2')
|
and (((apply_type = '0' or apply_type = '1') and status = '2') or apply_type = '2')
|
||||||
and org_code != #{orgCode}
|
and org_code != #{orgCode}
|
||||||
|
|
|
||||||
|
|
@ -23,10 +23,10 @@ import lombok.experimental.Accessors;
|
||||||
* @Version: V1.0
|
* @Version: V1.0
|
||||||
*/
|
*/
|
||||||
@Data
|
@Data
|
||||||
@TableName("nu_employees_advisory_info")
|
@TableName("nu_biz_employees_advisory_info")
|
||||||
@Accessors(chain = true)
|
@Accessors(chain = true)
|
||||||
@EqualsAndHashCode(callSuper = false)
|
@EqualsAndHashCode(callSuper = false)
|
||||||
@ApiModel(value="nu_employees_advisory_info对象", description="员工咨询信息")
|
@ApiModel(value="nu_biz_employees_advisory_info对象", description="员工咨询信息")
|
||||||
public class NuEmployeesAdvisoryInfo implements Serializable {
|
public class NuEmployeesAdvisoryInfo implements Serializable {
|
||||||
private static final long serialVersionUID = 1L;
|
private static final long serialVersionUID = 1L;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue