guoyujia 1 일 전
부모
커밋
7b6cd9754f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/main/java/cn/ezhizao/project/business/product/controller/BizProcessInspecionController.java

+ 1 - 0
src/main/java/cn/ezhizao/project/business/product/controller/BizProcessInspecionController.java

@@ -242,6 +242,7 @@ public class BizProcessInspecionController extends BaseController {
     @GetMapping("/outsourcedlist")
     @Log(title = "查询序检主列表", businessType = BusinessType.SELECT)
     public TableDataInfo outsourcedlist(BizProcessInspecion bizProcessInspecion) throws NoSuchFieldException, IllegalAccessException {
+        setTenantId(bizProcessInspecion);
         if (bizProcessInspecion.getStartTime() != null) {
             Date startTimeDate = bizProcessInspecion.getStartTime();
             // 使用 SimpleDateFormat 格式化 Date 对象为特定格式的字符串