1 year ago
parent
commit
23598533c4

+ 3 - 0
platform-dao/src/main/resources/mapper/check/CheckStandardMapper.xml

@@ -209,6 +209,9 @@ checkstandard.last_date,
                     #{item}
                 </foreach>
             </if>
+            <if test="periodType!=null">
+                and checkstandard.periodType = #{periodType}
+            </if>
         </where>
         group by checkstandard.id
         Order By