|
@@ -87,6 +87,7 @@ public class XCFYDatav_outpatient_settle_billJob implements Job {
|
|
|
Date endBillDate = DateUtil.yesterday();
|
|
Date endBillDate = DateUtil.yesterday();
|
|
|
endBillDate = DateUtil.endOfDay(endBillDate);
|
|
endBillDate = DateUtil.endOfDay(endBillDate);
|
|
|
Object openStr = redisTemplate.opsForValue().get(Constant.JOB_DELETE_OLD_DATE_SWITCH);
|
|
Object openStr = redisTemplate.opsForValue().get(Constant.JOB_DELETE_OLD_DATE_SWITCH);
|
|
|
|
|
+ log.info("switch_open:{}", openStr);
|
|
|
while (true) {
|
|
while (true) {
|
|
|
String whereSql = "";
|
|
String whereSql = "";
|
|
|
Date billDate = getBillDate();
|
|
Date billDate = getBillDate();
|