md
This commit is contained in:
parent
7b1a9ec3b9
commit
da547183e7
@ -347,7 +347,7 @@ public class EmisTmsScanRecordController extends EmisBaseController
|
||||
*/
|
||||
// @PreAuthorize("@ss.hasPermi('emis:emisTmsScanRecord:remove')")
|
||||
@Log(title = "TMS扫描记录", businessType = BusinessType.DELETE)
|
||||
@DeleteMapping("/deleteSignedAndRemark")
|
||||
@DeleteMapping("/deleteSignedAndRemark/{ids}")
|
||||
public AjaxResult deleteSignedAndRemark(@PathVariable Long[] ids,String remark)
|
||||
{
|
||||
// 删除备注
|
||||
|
||||
@ -51,7 +51,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
<if test="params.needTrace != null and params.needTrace != '1'">
|
||||
and last_waybill_status != '50'
|
||||
and last_trace_date <![CDATA[ > ]]> DATE_SUB(CURDATE(), INTERVAL 30 DAY)
|
||||
and last_trace_date <![CDATA[ < ]]> SUBDATE(now(),interval 2 hour)
|
||||
and update_time <![CDATA[ < ]]> SUBDATE(now(),interval 2 hour)
|
||||
or last_trace_date is null
|
||||
</if>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user