主题整合学期月计划(明细)

This commit is contained in:
paidaxing444
2020-08-25 17:34:44 +08:00
parent ec500c38ef
commit e47e97b89d
20 changed files with 1124 additions and 5 deletions

View File

@ -47,6 +47,7 @@
<if test="spyj != null and spyj != ''"> and spyj = #{spyj}</if>
<if test="status != null and status != ''"> and status = #{status}</if>
</where>
order by month desc
</select>
<select id="selectByThemeMonthplanById" parameterType="String" resultMap="ByThemeMonthplanResult">