mirror of
https://github.com/dromara/payment-spring-boot.git
synced 2026-03-13 21:33:41 +08:00
refactor: 分账标记默认改为 不分账
This commit is contained in:
@@ -78,7 +78,7 @@ public class CompleteServiceOrderParams {
|
||||
* false:不分账,默认:false
|
||||
* true:分账。
|
||||
*/
|
||||
private Boolean profitSharing = Boolean.TRUE;
|
||||
private Boolean profitSharing = Boolean.FALSE;
|
||||
/**
|
||||
* 订单优惠标记,选填
|
||||
* <p>
|
||||
|
||||
Reference in New Issue
Block a user