mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-06 18:56:18 +09:00
수동 배치 실행 서비스
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
<vuejs-datepicker
|
||||
:language="ko"
|
||||
:format="customFormatter"
|
||||
:disabled-dates="disabledEDate"
|
||||
|
||||
v-model="endDate"
|
||||
@selected="selectedEndDate(0)"
|
||||
@closed="closeDate('end')"
|
||||
|
||||
@@ -373,7 +373,8 @@ public class SysMgtController {
|
||||
jobId.equals("BATCH_018")||
|
||||
jobId.equals("BATCH_019")||
|
||||
jobId.equals("BATCH_021")||
|
||||
jobId.equals("BATCH_022")){
|
||||
jobId.equals("BATCH_022")||
|
||||
jobId.equals("BATCH_023")){
|
||||
|
||||
try {
|
||||
Date date = new SimpleDateFormat("yyyy-MM-dd").parse(strDate);
|
||||
|
||||
Reference in New Issue
Block a user