Browse Source

保存变更会员修改勾选状态

anderx 10 months ago
parent
commit
5d58cffda3

+ 1 - 1
src/main/java/com/goafanti/order/controller/OrderChangeApiController.java

@@ -570,6 +570,6 @@ public class OrderChangeApiController extends CertifyApiController {
 			res.getError().add(buildError(ErrorConstants.PARAM_EMPTY_ERROR,"","变更编号"));
 			return res;
 		}
-		return res.data(orderChangeService.gerProcessName( id));
+		return res.data(orderChangeService.gerProcessName(id));
 	}
 }