主题整合周计划及明细
This commit is contained in:
@ -40,6 +40,7 @@
|
||||
<if test="createuserid != null ">and createuserid = #{createuserid}</if>
|
||||
<if test="xnxq != null and xnxq != ''">and xnxq = #{xnxq}</if>
|
||||
</where>
|
||||
order by month desc
|
||||
</select>
|
||||
|
||||
<select id="selectByThemeWeekplanById" parameterType="String" resultMap="ByThemeWeekplanResult">
|
||||
|
@ -35,6 +35,7 @@
|
||||
<if test="updateuserid != null ">and updateuserid = #{updateuserid}</if>
|
||||
<if test="wpid != null and wpid != ''">and wpid = #{wpid}</if>
|
||||
</where>
|
||||
order by zhou
|
||||
</select>
|
||||
|
||||
<select id="selectByThemeWeekplanitemById" parameterType="Long" resultMap="ByThemeWeekplanitemResult">
|
||||
|
Reference in New Issue
Block a user