线路工程管理
This commit is contained in:
parent
7e0ddef04d
commit
4ad658c55e
|
|
@ -77,6 +77,9 @@
|
|||
WHERE sd2.dict_code = 'pro_status' AND sd.del_flag = 0
|
||||
) B ON B.dict_value = tp.voltage_level
|
||||
where tp.is_active = '1'
|
||||
<if test="departName != '' and departName != null">and td.depart_name = #{departName}</if>
|
||||
<if test="proName != '' and proName != null"> and tp.pro_name = #{proName}</if>
|
||||
<if test="proStatus != '' and proStatus != null"> and tp.pro_status = #{proStatus}</if>
|
||||
</select>
|
||||
<select id="getTbProjectById" resultType="com.bonus.digitalSignage.basic.vo.TbProjectVo">
|
||||
select tp.id as id,tp.pro_name as proName,tp.voltage_level as voltageLevel,tp.line_length as lineLength,
|
||||
|
|
|
|||
Loading…
Reference in New Issue