提交测试
This commit is contained in:
parent
114a9e83bd
commit
b54deccd3d
|
@ -53,7 +53,7 @@ public class ReconPayreqFormPlugin extends AbstractFormPlugin {
|
||||||
String billtype = dataEntity.getDynamicObjectType().getName();
|
String billtype = dataEntity.getDynamicObjectType().getName();
|
||||||
String operateKey = args.getOperateKey();
|
String operateKey = args.getOperateKey();
|
||||||
switch (operateKey){
|
switch (operateKey){
|
||||||
//发票识别123
|
//发票识别test
|
||||||
case "qeug_invoicedistinguish":
|
case "qeug_invoicedistinguish":
|
||||||
|
|
||||||
List<Map<String, Object>> attachments = AttachmentServiceHelper.getAttachments(billtype,
|
List<Map<String, Object>> attachments = AttachmentServiceHelper.getAttachments(billtype,
|
||||||
|
|
Loading…
Reference in New Issue