Commit 72a0910b authored by neo's avatar neo

[bugfix] un konw cloum priod in blance should use preiodid

parent bb0e2382
......@@ -9,7 +9,7 @@ import pwc.taxtech.atms.MyVatMapper;
@Mapper
public interface DataImportMapper extends MyVatMapper {
@Delete("DELETE FROM ${tbName} WHERE Period =#{period}")
@Delete("DELETE FROM ${tbName} WHERE PeriodId =#{period}")
Integer deleteByNameAndPeriod(@Param("tbName") String tbName, @Param("period") Integer period);
......
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