@@ -230,5 +230,7 @@
<if test="sy.preparedBy != null and sy.preparedBy !=''">
AND JSON_EXTRACT( cost_info, '$.preparedBy' ) = #{sy.preparedBy}
</if>
+
</select>
</mapper>