Commit 0f2fdb87 authored by 温志超's avatar 温志超

-

parent 5221cc34
......@@ -53,7 +53,8 @@ public class ProductQrcodeBuild implements ScheduleBusiProcess{
}
if(list != null && list.size() > 0){
proProductQrcodeRuleDto = list.get(0);
}else{
}
if (proProductQrcodeRuleDto == null || StringUtils.isEmpty(proProductQrcodeRuleDto.getTemplateName())){
//后续再看是否需要报错
ExceptionUtil.checkTrueThrowException(true,
"未能匹配到打印模板,请先到产品二维码规则维护");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment