信审考核不到1分钟按1分钟计算(张磊)
This commit is contained in:
parent
e5d0cb8514
commit
3c64731a6b
@ -611,10 +611,12 @@ public class CreditAuditHolidayBatch implements Job{
|
||||
}
|
||||
//信审考核时间累加
|
||||
String tmpStr = resDiffJumpHoliday(Sqlca, simpleDateFormat.format(sdf.parse(jump_begintime)), simpleDateFormat.format(sdf.parse(jump_endtime)));
|
||||
if("0".equals(tmpStr)){//审核时间不足一分钟,按一分钟算
|
||||
tmpStr = "1";
|
||||
}
|
||||
int tmpTime = Integer.parseInt(audittime) + Integer.parseInt(tmpStr);
|
||||
audittime = String.valueOf(tmpTime);
|
||||
}
|
||||
|
||||
updSql="UPDATE st_credit_audit_order SET begintime='"+begintime+"', " +
|
||||
" endtime='"+endtime+"', " +
|
||||
" audittime='"+audittime+"', " +
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user