Commit a2cde1f4 authored by frank.xa.zhang's avatar frank.xa.zhang

fixed issues for the new apis

parent 15990732
......@@ -13,6 +13,7 @@ import pwc.taxtech.atms.vat.service.CellCommentService;
import java.util.List;
@RestController
@RequestMapping(value = "api/v1/CellComment")
public class CellCommentController {
@Autowired
CellCommentService cellCommentService;
......
......@@ -111,5 +111,5 @@ public interface PeriodCellTemplateConfigMapper extends MyVatMapper {
List<PeriodCellTemplateConfigExtendDto> getPeriodCellTemplateConfigExtendDtos(@Param("list") List<Long> list,@Param("period") Integer period);
PeriodCellTemplateConfig getConfigWithReportTemplateId(Long reportTemplateId,Integer period,int rowIndex,int columnIndex);
PeriodCellTemplateConfig getConfigWithReportTemplateId(@Param("reportTemplateId") Long reportTemplateId,@Param("period")Integer period,@Param("rowIndex")int rowIndex,@Param("columnIndex")int columnIndex);
}
\ No newline at end of file
This diff is collapsed.
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