|
|
@@ -795,6 +795,11 @@ public class CommonService extends BaseService<Map<String, Object>> {
|
|
|
map.put("kindType","供应商类别");
|
|
|
list = commonMapper.getDataKind(map);
|
|
|
}
|
|
|
+ // 初始款项
|
|
|
+ if (dataSourceCode.equals("initialPayment")) {
|
|
|
+ map.put("kindType", "初始款项");
|
|
|
+ list = commonMapper.getDataKind(map);
|
|
|
+ }
|
|
|
|
|
|
return ResponseResultUtil.success(list);
|
|
|
}
|