This commit is contained in:
墨大叔 2024-07-29 14:57:22 +08:00
parent 537ef41933
commit acdd27e5e4

View File

@ -75,7 +75,7 @@ public class TransactionBillConverterImpl implements TransactionBillConverter {
bo.setSuit(suit); bo.setSuit(suit);
bo.setMch(mch); bo.setMch(mch);
bo.setParams(data); bo.setParams(data);
return null; return bo;
} }
/** /**