|
|
@ -1875,7 +1875,7 @@ public class RocketmqUtil {
|
|
|
|
|
|
|
|
|
|
|
|
int status5count = 0;
|
|
|
|
int status5count = 0;
|
|
|
|
List<String> loginList = new ArrayList<String>();
|
|
|
|
List<String> loginList = new ArrayList<String>();
|
|
|
|
sql = " select id from hrmresource where loginid like '"+staffCode+"%' " ;
|
|
|
|
sql = " select id from hrmresource where (loginid like '"+staffCode+"_cf_%' or loginid='"+staffCode+"') " ;
|
|
|
|
bb.writeLog("loginidisnotnull-sql:" + sql);
|
|
|
|
bb.writeLog("loginidisnotnull-sql:" + sql);
|
|
|
|
rs.executeQuery(sql);
|
|
|
|
rs.executeQuery(sql);
|
|
|
|
while (rs.next()) {
|
|
|
|
while (rs.next()) {
|
|
|
@ -1938,7 +1938,7 @@ public class RocketmqUtil {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
int status5count = 0;
|
|
|
|
int status5count = 0;
|
|
|
|
List<String> loginList = new ArrayList<String>();
|
|
|
|
List<String> loginList = new ArrayList<String>();
|
|
|
|
sql = " select id from hrmresource where loginid like '"+staffCode+"%' " ;
|
|
|
|
sql = " select id from hrmresource where (loginid like '"+staffCode+"_cf_%' or loginid='"+staffCode+"') " ;
|
|
|
|
bb.writeLog("staff-sql:"+sql);
|
|
|
|
bb.writeLog("staff-sql:"+sql);
|
|
|
|
rs.executeQuery(sql);
|
|
|
|
rs.executeQuery(sql);
|
|
|
|
while (rs.next()){
|
|
|
|
while (rs.next()){
|
|
|
@ -2011,7 +2011,7 @@ public class RocketmqUtil {
|
|
|
|
{
|
|
|
|
{
|
|
|
|
int status5count = 0;
|
|
|
|
int status5count = 0;
|
|
|
|
List<String> loginList = new ArrayList<String>();
|
|
|
|
List<String> loginList = new ArrayList<String>();
|
|
|
|
sql = " select id from hrmresource where loginid like '"+staffCode+"%' " ;
|
|
|
|
sql = " select id from hrmresource where (loginid like '"+staffCode+"_cf_%' or loginid='"+staffCode+"')" ;
|
|
|
|
bb.writeLog("staff-M-sql:"+sql);
|
|
|
|
bb.writeLog("staff-M-sql:"+sql);
|
|
|
|
rs.executeQuery(sql);
|
|
|
|
rs.executeQuery(sql);
|
|
|
|
while (rs.next()){
|
|
|
|
while (rs.next()){
|
|
|
|