|
@ -378,9 +378,9 @@ public class JobController extends BaseController {
|
|
|
* @Date 2017/8/14 11:07
|
|
|
* @Description:
|
|
|
*/
|
|
|
@RequestMapping(value = "/zydictStartJob", method = RequestMethod.POST)
|
|
|
@RequestMapping(value = "/zydictJobStartNow", method = RequestMethod.POST)
|
|
|
@ApiOperation("智业字典同步")
|
|
|
public String zydictStartJob() {
|
|
|
public String zydictJobStartNow() {
|
|
|
|
|
|
try {
|
|
|
quartzHelper.startNow(ZyDictJob.class, UUID.randomUUID().toString(), null);
|