Commit b2255037 authored by neo's avatar neo

[bugfix] sql error

parent 72a0910b
......@@ -16,6 +16,6 @@ public interface DataImportMapper extends MyVatMapper {
@Update("TRUNCATE TABLE ${tbName}")
Integer truncateByName(@Param("tbName") String tbName);
@Delete("DELETE FROM ValidationInfo WHERE PeriodId = #{period}and ImportTypeId=#{typeId} ")
@Delete("DELETE FROM ValidationInfo WHERE PeriodId = #{period} and ImportTypeId=#{typeId} ")
void deleteTbValidation(@Param("period") int period, @Param("typeId") Integer typeId);
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment