|
|
@@ -1580,4 +1580,10 @@ public class RMScontroller extends BaseRESTfulController {
|
|
|
public Map<String, Object> deleteBusinessTypeControl(@RequestBody Map<String, Object> mapValue) {
|
|
|
return rmsFeign.deleteBusinessTypeControl(mapValue);
|
|
|
}
|
|
|
+
|
|
|
+ @PostMapping("/getBusinessTypeControl")
|
|
|
+ public Map<String, Object> getBusinessTypeControl(@RequestBody(required = false) Map<String, Object> mapValue
|
|
|
+ ) {
|
|
|
+ return rmsFeign.getBusinessTypeControl(mapValue);
|
|
|
+ }
|
|
|
}
|