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