src/main/resources/mapper/purchase/ProductRecordMapper.xml
@@ -27,7 +27,7 @@ and sl.sales_contract_no = #{c.salesContractNo} </if> <if test="c.supplierName != null and c.supplierName != ''"> and sl.supplier_name = #{c.supplierName} and pl.supplier_name = #{c.supplierName} </if> <if test="c.createdAtStart != null and c.createdAtStart != ''"> and pr.created_at >= date_format(#{c.createdAtStart},'%Y-%m-%d hh:mm:ss')