Commit ca79a01d authored by Quxl's avatar Quxl

x

parent 7bfb02f7
......@@ -58,8 +58,8 @@ public class GoodsCollectTask extends AbstractSolrApi{
@PostMapping("updateQuerySql")
public String init() {
createIndexQuerySql = FileUtil.fileToString(createIndexQueryFilePath);
updateIndexQuerySql = FileUtil.fileToString(deleteIndexQueryFilePath);
deleteIndexQuerySql = FileUtil.fileToString(updateIndexQueryFilePath);
updateIndexQuerySql = FileUtil.fileToString(updateIndexQueryFilePath);
deleteIndexQuerySql = FileUtil.fileToString(deleteIndexQueryFilePath);
return Rjx.jsonOk().toJson();
}
......
......@@ -409,6 +409,9 @@ public class GoodsServiceImpl implements GoodsService {
return pics;
}
public static void main(String[] args) {
System.out.println((154&3));
}
/**
* 批量查询商品价格
......
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