|
|
@@ -364,7 +364,7 @@ public class IsJobTicketServiceImpl extends ServiceImpl<IsJobTicketMapper, IsJob
|
|
|
// 1.如果sop生成的,直接拿sop名称加上日期
|
|
|
if (sopId != null) {
|
|
|
IsSop sop = iIsSopService.getById(sopId);
|
|
|
- Assert.notNull(sop, MessageUtils.message("assert.sop.not.exist"));
|
|
|
+ Assert.notNull(sop, MessageUtils.message("assert.sop.data.not.exist"));
|
|
|
jobName = sop.getSopName() + "-" + DateUtils.parseDateToStr("yyyy-MM-dd", new Date());
|
|
|
} else {
|
|
|
// 2.如果不是sop生成的,则根据数据自己生成
|