条码打印

Signed-off-by: crish <570360737@qq.com>
yun-zuoyi
crish 6 years ago
parent 221eaa3e89
commit 570bf2ec14

@ -160,7 +160,7 @@ public class SysLabelTemplateService implements ISysLabelTemplateService {
if(paramList != null && paramList.size() > 0){
for (SysLabelTemplateParam param : paramList) {
for (SysLabelTemplate temp : list) {
if(temp.getId().equals(param.getId())){
if(temp.getId().equals(param.getTemplateId())){
List<SysLabelTemplateParam> params = temp.getLabelTemplateParamList();
if(params == null){
params = new ArrayList<>();

Loading…
Cancel
Save