Merge branch 'hotfix/2.9.42309.01' into develop

This commit is contained in:
黎永顺 2023-09-20 17:42:21 +08:00
commit cdc61a94f2
1 changed files with 2 additions and 2 deletions

View File

@ -50,7 +50,7 @@ export default class Programme extends React.Component {
return {
...item,
items: _.map(item.items, o => {
if (getKey(o) === "paymentType") {
if (getKey(o) === "paymentTypeEnum") {
return {
...o,
options: [
@ -369,7 +369,7 @@ export default class Programme extends React.Component {
return {
...item,
items: _.map(item.items, o => {
if (getKey(o) === "paymentType") {
if (getKey(o) === "paymentTypeEnum") {
return {
...o,
options: [