|
|
@ -6,7 +6,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<select id="page" resultType="com.ruoyi.jjh.ent.entity.JSmartReminders">
|
|
|
|
<select id="page" resultType="com.ruoyi.jjh.ent.entity.JSmartReminders">
|
|
|
|
select a.*,jp.project_small_type as projectSmallType
|
|
|
|
select a.*,
|
|
|
|
|
|
|
|
jp.project_small_type as projectSmallType,
|
|
|
|
|
|
|
|
jp.declare_unit as qymc
|
|
|
|
from j_smart_reminders a
|
|
|
|
from j_smart_reminders a
|
|
|
|
left join j_project jp on a.project_id = jp.id
|
|
|
|
left join j_project jp on a.project_id = jp.id
|
|
|
|
<where>
|
|
|
|
<where>
|
|
|
@ -21,9 +23,11 @@
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
|
|
|
|
<select id="selectOneSmart" resultType="com.ruoyi.jjh.ent.entity.JSmartReminders">
|
|
|
|
<select id="selectOneSmart" resultType="com.ruoyi.jjh.ent.entity.JSmartReminders">
|
|
|
|
select a.*,jp.project_small_type as projectSmallType
|
|
|
|
select a.*,
|
|
|
|
|
|
|
|
jp.project_small_type as projectSmallType,
|
|
|
|
|
|
|
|
jp.declare_unit as qymc
|
|
|
|
from j_smart_reminders a
|
|
|
|
from j_smart_reminders a
|
|
|
|
left join j_project jp on a.project_id = jp.id
|
|
|
|
left join j_project jp on a.project_id = jp.id
|
|
|
|
where a.id=#{id}
|
|
|
|
where a.id=#{id}
|
|
|
|
</select>
|
|
|
|
</select>
|
|
|
|
</mapper>
|
|
|
|
</mapper>
|
|
|
|