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