pda签名;
This commit is contained in:
+10
@@ -100,6 +100,16 @@ public class ElectronicSignatureApi extends BaseController {
|
||||
return getDataTable(voList);
|
||||
}
|
||||
|
||||
/**
|
||||
* 根据订单编号查询电子签名列表
|
||||
*/
|
||||
@ApiOperation("根据订单编号查询电子签名列表")
|
||||
@GetMapping("/getByOrderNumber")
|
||||
public AjaxResult getByOrderNumber(ElectronicSignatureQueryDTO queryDTO) {
|
||||
List<ElectronicSignature> list = electronicSignatureDomainService.getByOrderNumber(queryDTO);
|
||||
return AjaxResult.success(list);
|
||||
}
|
||||
|
||||
/**
|
||||
* 查询签名详情(含物料明细)
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user