|
@@ -224,7 +224,8 @@ public class CmPayShopController extends BaseController {
|
|
cmChangePayShopRecond.setRemarkImage(substring);
|
|
cmChangePayShopRecond.setRemarkImage(substring);
|
|
}
|
|
}
|
|
cmChangePayShopRecondService.save(cmChangePayShopRecond);
|
|
cmChangePayShopRecondService.save(cmChangePayShopRecond);
|
|
- if (!shopOrder.getShopOtherFee().equals(thirdPartyFee)) {
|
|
|
|
|
|
+ double shopOtherFee = shopOrder.getShopOtherFee() == null ? 0d : shopOrder.getShopOtherFee();
|
|
|
|
+ if (shopOtherFee != thirdPartyFee) {
|
|
//保存付第三方备注
|
|
//保存付第三方备注
|
|
ChangePayShopOther payShopOther = new ChangePayShopOther();
|
|
ChangePayShopOther payShopOther = new ChangePayShopOther();
|
|
payShopOther.setShopOrderId(newShopOrder.getShopOrderID());
|
|
payShopOther.setShopOrderId(newShopOrder.getShopOrderID());
|