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