摘要:
String jsonStr = JSONObject.toJSONString(json, SerializerFeature.WriteMapNullValue); //处理json字符串,确保没有null 的值 阅读全文
摘要:
//获取第一个tr下的值 var res = $("#add_ldcOrderBox_table tr:first").find("select[name$='crBoxtype']").val(); //给主页赋值 $("#add_ldcOrderBox_table_template tr").f 阅读全文
摘要:
-- 数据字典 select b.value from JC_SYS_DATA_DICTIONARY a left join JC_SYS_DATA_DICTIONARY_DETAIL b on (a.id = b.JC_SYS_DATA_DICTIONARY_ID and b.order_by = 阅读全文
摘要:
Vue.prototype.validator = function (type) { switch (type) { case 'number': return /^(\-|\+)?\d+(\.\d+)?$/;///^[0-9]*$/; case 'integer': return /^\d*$/ 阅读全文
摘要:
https://www.cnblogs.com/haitaoli/p/10304193.html 阅读全文
摘要:
SELECT FIND_IN_SET('b', 'a,b,c,d'); 逗号全包含 INSTR(a.task_to_personname,'薛柏梁' )>0 ; 存在 'a' in ('a','b','c'); like '%%'; 阅读全文
摘要:
function getselect(){ var taskToPerson = $('#taskToPerson').val(); var taskToPersonname = $('#taskToPersonname').val(); createwindow1("添加","aeoMessage 阅读全文
摘要:
<t:datagrid name="aeoMessageList" title="添加记录" actionUrl="aeoMessageController.do?datagrid2" fit="true" fitColumns="true" pagination="true" idField="i 阅读全文
摘要:
String sql = "SELECT * from aeo_employee_files where emp_flag = 0 "; RowMapper<AeoEmployeeFilesEntity> rowMapper=new BeanPropertyRowMapper<AeoEmployee 阅读全文
摘要:
String trainTitle = request.getParameter("trainTitle"); if(StringUtil.isNotEmpty(trainTitle)) { String sql = "select id from aeo_train a where a.train 阅读全文