完成部分TODO修改bug
This commit is contained in:
@@ -228,7 +228,7 @@ public class DecorationServiceImpl implements DecorationService {
|
||||
return null;
|
||||
}
|
||||
//已缴费直接返回支付信息
|
||||
if (((byte) WorkflowSubStageStatusEnum.PAY_DEPOSIT_50.getCode().intValue() == linePayInfo.getPayType())) {
|
||||
if (((byte) WorkflowSubStageStatusEnum.PAY_DEPOSIT_50.getCode().intValue() == linePayInfo.getPayStatus())) {
|
||||
return linePayInfo;
|
||||
}
|
||||
//云立方
|
||||
|
||||
Reference in New Issue
Block a user