Commit 9853e8c8 authored by hongguangwu's avatar hongguangwu

人-换成人数

parent 973f0198
...@@ -781,7 +781,7 @@ public class TIncomeServiceImpl extends ServiceImpl<TIncomeMapper, TIncome> impl ...@@ -781,7 +781,7 @@ public class TIncomeServiceImpl extends ServiceImpl<TIncomeMapper, TIncome> impl
if (CommonConstants.ONE_STRING.equals(income.getFeeMode())) { if (CommonConstants.ONE_STRING.equals(income.getFeeMode())) {
sendParam.setFd_3adda3037e3bda("比例"); sendParam.setFd_3adda3037e3bda("比例");
} else if (CommonConstants.TWO_STRING.equals(income.getFeeMode())) { } else if (CommonConstants.TWO_STRING.equals(income.getFeeMode())) {
sendParam.setFd_3adda3037e3bda("人"); sendParam.setFd_3adda3037e3bda("人");
} else { } else {
sendParam.setFd_3adda3037e3bda("人次"); sendParam.setFd_3adda3037e3bda("人次");
} }
...@@ -844,7 +844,7 @@ public class TIncomeServiceImpl extends ServiceImpl<TIncomeMapper, TIncome> impl ...@@ -844,7 +844,7 @@ public class TIncomeServiceImpl extends ServiceImpl<TIncomeMapper, TIncome> impl
if (CommonConstants.ONE_STRING.equals(income.getFeeMode())) { if (CommonConstants.ONE_STRING.equals(income.getFeeMode())) {
sendParam.setFd_3adda3037e3bda("比例"); sendParam.setFd_3adda3037e3bda("比例");
} else if (CommonConstants.TWO_STRING.equals(income.getFeeMode())) { } else if (CommonConstants.TWO_STRING.equals(income.getFeeMode())) {
sendParam.setFd_3adda3037e3bda("人"); sendParam.setFd_3adda3037e3bda("人");
} else { } else {
sendParam.setFd_3adda3037e3bda("人次"); sendParam.setFd_3adda3037e3bda("人次");
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment