forked from integrated_whb/integrated_whb
年检管理修改
parent
cb0952eae5
commit
c83fc2a5b4
|
@ -180,7 +180,7 @@ CREATTIME
|
|||
<select id="datalistPage" parameterType="page" resultType="pd">
|
||||
select
|
||||
f.*,
|
||||
case when f.DUE_DATE < NOW() then 1 else 0 end as DUE_DATE_TYPE,
|
||||
case when f.DUE_DATE < NOW() then 0 else 1 end as DUE_DATE_TYPE,
|
||||
v1.PLATE_NUMBER,
|
||||
(SELECT sd.NAME FROM sys_dictionaries sd where sd.DICTIONARIES_ID=f.ANNUAL_INSPECTION_CYCLE) as ANNUAL_INSPECTION_CYCLE_NAME
|
||||
from
|
||||
|
|
Loading…
Reference in New Issue