|
@ -327,7 +327,8 @@ public class InternetCommonService extends BaseJpaService<InternetUpErrorLogDO,
|
|
|
" AND a.job_title_code is NOT NULL " +
|
|
|
" AND a.fzrq IS NOT NULL " +
|
|
|
" AND a.cert_no IS NOT NULL " +
|
|
|
" AND a.prac_no IS NOT NULL ";
|
|
|
" AND a.prac_no IS NOT NULL " +
|
|
|
" AND b.dept_name is NULL AND a.del=1 ";
|
|
|
|
|
|
if(StringUtils.isNotBlank(keyId)){
|
|
|
sql = sql + " and a.id = '" + keyId + "' ";
|