|
@@ -55,7 +55,7 @@ public class UserCompanyCreditBillSchedule {
|
|
|
*/
|
|
*/
|
|
|
@Transactional
|
|
@Transactional
|
|
|
@Scheduled(cron = "0 0 1 * * ?")
|
|
@Scheduled(cron = "0 0 1 * * ?")
|
|
|
- public void generateBillsOnBillingDay(String inDate){
|
|
|
|
|
|
|
+ public void generateBillsOnBillingDay(){
|
|
|
// DateTime curDate = DateUtil.parseDate(inDate);
|
|
// DateTime curDate = DateUtil.parseDate(inDate);
|
|
|
DateTime curDate = DateUtil.date();
|
|
DateTime curDate = DateUtil.date();
|
|
|
int currentDay = curDate.dayOfMonth();
|
|
int currentDay = curDate.dayOfMonth();
|