Commit d7bb897b authored by tangwei's avatar tangwei

修改key

parent 69413354
......@@ -19,11 +19,11 @@ public class RedisKey {
//根据消防人员id查询岗位学历信息工作经历
public static final String EDUCATION_POST_EXPERIENCE_FIREFIGHTERS_ID="education_post_experience_firefighters_id_";
//根据合同信id 查询合同信息
public static final String CONTRACT_ID="contract_id";
public static final String CONTRACT_ID="contract_id_";
//根据思想状况信息id 查询思想信息
public static final String THOUGHT_ID="thought_id";
public static final String THOUGHT_ID="thought_id_";
//根据警情id查询警情详情记录
public static final String ALERTCALLED_ID="alertcalled_id";
public static final String ALERTCALLED_ID="alertcalled_id_";
/** 驼峰转下划线(简单写法,效率低于{@link #humpToLine2(String)}) */
public static String humpToLine(String str) {
......
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