|
|
@@ -387,15 +387,15 @@
|
|
387
|
387
|
|
|
388
|
388
|
<select id="getList" resultType="java.util.Map" parameterType="java.util.Map">
|
|
389
|
389
|
SELECT DISTINCT
|
|
390
|
|
- tv.v_cf_code AS vCfCode,
|
|
391
|
|
- td.v_hw_code AS vHwId,
|
|
392
|
|
- td.stand_or AS standOr,
|
|
393
|
|
- td.stand_time AS standTime,
|
|
394
|
|
- td.i_tdh AS iTdh,
|
|
|
390
|
+ tv.v_cf_code AS vcfcode,
|
|
|
391
|
+ td.v_hw_code AS vhwid,
|
|
|
392
|
+ td.stand_or AS standor,
|
|
|
393
|
+ td.stand_time AS standtime,
|
|
|
394
|
+ td.i_tdh AS itdh,
|
|
395
|
395
|
td.hczl AS hczl,
|
|
396
|
|
- td.i_value AS iValue,
|
|
397
|
|
- td.v_update_people AS vUpdatePeople,
|
|
398
|
|
- td.v_update_time AS vUpdateTime
|
|
|
396
|
+ td.i_value AS ivalue,
|
|
|
397
|
+ td.v_update_people AS vupdatepeople,
|
|
|
398
|
+ td.v_update_time AS vupdatetime
|
|
399
|
399
|
FROM
|
|
400
|
400
|
t_ccdata td
|
|
401
|
401
|
LEFT JOIN t_ccinfo ti ON td.v_cc_code = ti.vdevcode
|