modules/mainPart/src/main/resources/mapper/project/SoftwareTestOrderMeasuredDao.xml
@@ -8,6 +8,9 @@ from software_test_order_measured a <where> a.is_delete = 0 <if test="orderId!=null"> and order_id = ${orderId} </if> <if test="whereSql!=null"> and ${whereSql} </if> @@ -16,5 +19,4 @@ ORDER BY ${orderBySql} </if> </select> </mapper>