修改模板

This commit is contained in:
huangdeliang
2020-09-23 20:07:36 +08:00
parent da4155f00d
commit 3deb40bac9
12 changed files with 87 additions and 65 deletions

View File

@ -24,7 +24,7 @@ import com.ruoyi.common.core.page.TableDataInfo;
* 销售订单Controller
*
* @author wonder
* @date 2020-09-22
* @date 2020-09-23
*/
@RestController
@RequestMapping("/system/order")
@ -100,4 +100,4 @@ public class SysOrderController extends BaseController
{
return toAjax(sysOrderService.deleteSysOrderByIds(orderIds));
}
}
}