|
@@ -120,7 +120,7 @@ public class FactoryController {
|
|
|
}
|
|
|
|
|
|
@ApiOperation("供应商包材厂是否加密")
|
|
|
- @PostMapping("isEncryption")
|
|
|
+ @PostMapping("updateIsEncryption")
|
|
|
public BaseResponse<OutIsEncryptionRes> updateIsEncryption(@Validated GetIsEncryptionReq getIsEncryptionReq){
|
|
|
//修改是否加密状态
|
|
|
OutIsEncryptionRes res=factoryService.updateIsEncryption(getIsEncryptionReq);
|