|
|
|
@ -61,7 +61,7 @@ public class OutSignSyncAction implements Action {
|
|
|
|
|
"from mobile_sign a " +
|
|
|
|
|
"left join uf_outsigntype c " +
|
|
|
|
|
"on c.outsignid = a.id " +
|
|
|
|
|
"where operate_date > '" + startDate + "' and operate_date < '" + endDate + "' and operate in (?) ";
|
|
|
|
|
"where operate_date > '" + startDate + "' and operate_date < '" + endDate + "' and operater in (?) ";
|
|
|
|
|
rs.executeQuery(acqOutSignSql, resourceid);
|
|
|
|
|
while (rs.next()) {
|
|
|
|
|
String signinfo = Util.null2String(rs.getString("signinfo"));
|
|
|
|
|