Merge branch 'develop_migration' into 'develop_master'

feat: There is no way the, bug #52329

See merge request LiuChao/foton-slrs-system-rest!437
This commit is contained in:
super_liu
2022-03-31 17:35:13 +08:00
@@ -935,7 +935,9 @@ public class SarLawsStandInfoServiceImpl extends ServiceImpl<SarLawsStandInfoDao
convert.setFileSuffix(fileInfo.getFileSuffix());
convert.setStandFileClassify(field);
convert.setConvertType(SarTypeEnum.LAWS_STAND.getValue());
convertMq.sendMQ(convert);
if(elasflag){
convertMq.sendMQ(convert);
}
}
}
}