|
|
|
@ -96,7 +96,7 @@ public class ${className}ServiceImpl extends ServiceImpl<${className}Mapper, ${c
|
|
|
|
|
// 执行删除
|
|
|
|
|
<% for(var i = 0; i < configList.~size; i++) { %>
|
|
|
|
|
<% if(configList[i].needTableId) { %>
|
|
|
|
|
this.removeBatchByIds(CollStreamUtil.toList(${classNameFirstLower}IdParamList, ${className}IdParam::get${configList[i].fieldNameCamelCaseFirstUpper}()));
|
|
|
|
|
this.removeBatchByIds(CollStreamUtil.toList(${classNameFirstLower}IdParamList, ${className}IdParam::get${configList[i].fieldNameCamelCaseFirstUpper}));
|
|
|
|
|
<% } %>
|
|
|
|
|
<% } %>
|
|
|
|
|
}
|
|
|
|
|