|
|
@ -1,6 +1,5 @@ |
|
|
|
package com.lzbi.special.controller; |
|
|
|
|
|
|
|
import java.time.LocalDateTime; |
|
|
|
import java.util.ArrayList; |
|
|
|
import java.util.List; |
|
|
|
import javax.servlet.http.HttpServletResponse; |
|
|
@ -120,8 +119,6 @@ public class DcBaseWorkSpecialController extends BaseController |
|
|
|
List<DcBaseWorkSpecial> list = dcBaseWorkSpecialService.selectDcBaseWorkSpecialDaoList(dcBaseWorkSpecial); |
|
|
|
return AjaxResult.success(list); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
* 新增生产专业管理 |
|
|
|
*/ |
|
|
|