Merge branch 'refs/heads/master' into dev

This commit is contained in:
墨大叔 2024-07-29 14:57:44 +08:00
commit 32cfdffc06

View File

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