记得上下班打卡 | git大法好,push需谨慎

Commit 903121d6 authored by GaoHu's avatar GaoHu

exit

parent 85315ee6
......@@ -96,7 +96,7 @@ public class SmileUserController extends BaseController {
File jsonFile = ResourceUtils.getFile(path);
logger.info("path:{}",path);
InputStream inputStream = this.getClass().getClassLoader().getResourceAsStream("static/area.json");
if (inputStream == null){
if (inputStream != null){
Reader reader = new InputStreamReader(inputStream, StandardCharsets.UTF_8);
int ch = 0;
StringBuilder sb = new StringBuilder();
......
......@@ -17,7 +17,5 @@ import java.util.Map;
*/
public interface SmileOrganizationMapper extends BaseMapper<SmileOrganization> {
void update(SmileOrganization smileOrganization);
List<SmileOrganization> selectOrganizationList(Map<String, Object> map);
}
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