youhua
This commit is contained in:
parent
d9659d4311
commit
ef7c631314
|
@ -284,6 +284,7 @@ public class EquipmentCardListPlugin extends AbstractListPlugin implements Plugi
|
|||
CodeRuleInfo codeRule = CodeRuleCache.reloadCodeRuleById(coderule.getString("id"));
|
||||
//生成箱号编码
|
||||
String archivebillno = CodeRuleServiceHelper.getNumber(codeRule, data);
|
||||
return archivebillno;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
|
@ -288,6 +288,7 @@ public class EquipmentCardTaskPlugin extends AbstractTask {
|
|||
CodeRuleInfo codeRule = CodeRuleCache.reloadCodeRuleById(coderule.getString("id"));
|
||||
//生成箱号编码
|
||||
String archivebillno = CodeRuleServiceHelper.getNumber(codeRule, data);
|
||||
return archivebillno;
|
||||
}
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue