Commit 342f8b2c by Carwyn

修正:1.退款时取不到fm_transId 问题

parent 17b1b469
......@@ -72,7 +72,7 @@ void TaskRefundOrder::packageServerReq()
if(fm_id == "") {
if(fm_transId!="") {
fm_id = FMBackup::instance()->getOrderByFMTransId(trans_id).fm_id;
fm_id = FMBackup::instance()->getOrderByFMTransId(fm_transId).fm_id;
if(fm_id == "") {
fm_id = fm_transId;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment