|
|
@ -2742,12 +2742,13 @@ public class KQReportBiz extends BaseBean {
|
|
|
|
|
|
|
|
|
|
|
|
Integer signNumber = 0;
|
|
|
|
Integer signNumber = 0;
|
|
|
|
if (signIdList !=null && signIdList.size() > 0) {
|
|
|
|
if (signIdList !=null && signIdList.size() > 0) {
|
|
|
|
String acqShowAddress = "select showaddress from hrmschedulesign where id in (" + String.join(",", signIdList) + ") ";
|
|
|
|
String acqShowAddress = "select showaddress,addr from hrmschedulesign where id in (" + String.join(",", signIdList) + ") ";
|
|
|
|
bb.writeLog("acqShowAddress: " + acqShowAddress);
|
|
|
|
bb.writeLog("acqShowAddress: " + acqShowAddress);
|
|
|
|
rs.executeQuery(acqShowAddress);
|
|
|
|
rs.executeQuery(acqShowAddress);
|
|
|
|
while (rs.next()) {
|
|
|
|
while (rs.next()) {
|
|
|
|
String showaddress = Util.null2String(rs.getString("showaddress"));
|
|
|
|
String showaddress = Util.null2String(rs.getString("showaddress"));
|
|
|
|
if ("鸿仕达".equals(showaddress) || "hostar".equalsIgnoreCase(showaddress)) {
|
|
|
|
String addr = Util.null2String(rs.getString("addr"));
|
|
|
|
|
|
|
|
if ("鸿仕达".equals(showaddress) || "hostar".equalsIgnoreCase(showaddress) || "鸿仕达".equals(addr) || "hostar".equalsIgnoreCase(addr)) {
|
|
|
|
signNumber = signNumber + 1;
|
|
|
|
signNumber = signNumber + 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -3081,12 +3082,13 @@ public class KQReportBiz extends BaseBean {
|
|
|
|
|
|
|
|
|
|
|
|
Integer signNumber = 0;
|
|
|
|
Integer signNumber = 0;
|
|
|
|
if (signIdList !=null && signIdList.size() > 0) {
|
|
|
|
if (signIdList !=null && signIdList.size() > 0) {
|
|
|
|
String acqShowAddress = "select showaddress from hrmschedulesign where id in (" + String.join(",", signIdList) + ") ";
|
|
|
|
String acqShowAddress = "select showaddress,addr from hrmschedulesign where id in (" + String.join(",", signIdList) + ") ";
|
|
|
|
bb.writeLog("acqShowAddress: " + acqShowAddress);
|
|
|
|
bb.writeLog("acqShowAddress: " + acqShowAddress);
|
|
|
|
rs.executeQuery(acqShowAddress);
|
|
|
|
rs.executeQuery(acqShowAddress);
|
|
|
|
while (rs.next()) {
|
|
|
|
while (rs.next()) {
|
|
|
|
String showaddress = Util.null2String(rs.getString("showaddress"));
|
|
|
|
String showaddress = Util.null2String(rs.getString("showaddress"));
|
|
|
|
if ("鸿仕达".equals(showaddress) || "hostar".equalsIgnoreCase(showaddress)) {
|
|
|
|
String addr = Util.null2String(rs.getString("addr"));
|
|
|
|
|
|
|
|
if ("鸿仕达".equals(showaddress) || "hostar".equalsIgnoreCase(showaddress) || "鸿仕达".equals(addr) || "hostar".equalsIgnoreCase(addr)) {
|
|
|
|
signNumber = signNumber + 1;
|
|
|
|
signNumber = signNumber + 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|