修改方法名称
This commit is contained in:
parent
131ddd3c36
commit
c55180f472
|
|
@ -417,8 +417,8 @@ public class InvoicingApi {
|
|||
|
||||
|
||||
|
||||
@ApiOperation(value="采购单-修改采购单分享人信息", notes="采购单-修改采购单分享人信息")
|
||||
@AutoLog(value = "采购单-修改采购单分享人信息",clientType="app", operateType = 3)
|
||||
@ApiOperation(value="采购单-确认或者作废", notes="采购单-确认或者作废")
|
||||
@AutoLog(value = "采购单-确认或者作废",clientType="app", operateType = 3)
|
||||
@PostMapping(value = "/querenOrZuofei")
|
||||
public Result<String> querenOrZuofei(@RequestBody CgdMainEntity cgdMainEntityDto) {
|
||||
String result = invoicingApi.querenOrZuofei(cgdMainEntityDto);
|
||||
|
|
@ -579,11 +579,4 @@ public class InvoicingApi {
|
|||
}
|
||||
|
||||
|
||||
|
||||
public static boolean toBoolean(Object obj) {
|
||||
if (obj != null && !(Boolean) obj) {
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue