|
|
|
@ -547,6 +547,7 @@ public class ExtInvoicePoolServiceImpl extends MpBaseServiceImpl<ExtInvoicePoolD |
|
|
|
|
@Override |
|
|
|
|
public Object incentiveFlagList(String dbName) { |
|
|
|
|
JSONObject json = new JSONObject(); |
|
|
|
|
DynamicContextHolder.push(dbName + DbConstant.BUSINESS_READ); |
|
|
|
|
List<String> incentiveFlagList = super.baseMapper.listIncentiveFlag(); |
|
|
|
|
json.put("incentiveFlagList", incentiveFlagList); |
|
|
|
|
return super.responseResult(json); |
|
|
|
|