图片套版生成模块
This commit is contained in:
parent
a57a2b9a09
commit
9d86f0272d
@ -132,7 +132,8 @@ public class DistributionServiceImpl extends DefaultBaseService implements IDist
|
||||
Map<String, Object> save = HashMapUtil.beanToMap(dDistributionSaveVO);
|
||||
save.put("distributionAllotTime", "");
|
||||
save.put("distributionFields", "");
|
||||
save.put("distributionStatus", "");
|
||||
save.put("distributionStatus", "0");
|
||||
save.put("distributionAllotEndTime", "");
|
||||
save.put("distributionId", distributionId);
|
||||
if (StringUtils.isBlank(token)) {
|
||||
setSaveInfo(save);
|
||||
@ -239,7 +240,7 @@ public class DistributionServiceImpl extends DefaultBaseService implements IDist
|
||||
ExamApplyVO vo = new ExamApplyVO();
|
||||
vo.setExamId(distributionId);
|
||||
vo.setStatus(1);
|
||||
iExamApplyService.update(null, vo);
|
||||
iExamApplyService.updateStatus(distributionId, vo);
|
||||
distributionDao.update(params);
|
||||
}
|
||||
|
||||
|
@ -125,7 +125,6 @@
|
||||
laydate.render({
|
||||
elem: '#distributionAllotTime',
|
||||
type: 'datetime',
|
||||
min:3,
|
||||
trigger: 'click'
|
||||
});
|
||||
}
|
||||
@ -134,7 +133,6 @@
|
||||
laydate.render({
|
||||
elem: '#distributionAllotEndTime',
|
||||
type: 'datetime',
|
||||
min:3,
|
||||
trigger: 'click'
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user