版本更新
This commit is contained in:
@@ -56,6 +56,9 @@
|
||||
WHERE 1 = 1
|
||||
AND t.delete_flag = '0'
|
||||
AND t.kind_enum = #{kindEnum}
|
||||
<if test="invoiceNo != null and !invoiceNo.empty">
|
||||
AND invoice.bill_no = #{invoiceNo}
|
||||
</if>
|
||||
ORDER BY t.create_time DESC) as T1
|
||||
${ew.customSqlSegment}
|
||||
</select>
|
||||
|
||||
Reference in New Issue
Block a user