10 2020 档案
摘要: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
阅读全文
摘要:<t:dgCol title="请假原因" field="applyDes" queryMode="group" width="200" formatterjs="jsmouseover"></t:dgCol> function jsmouseover(value, row, index) { re
阅读全文
摘要:<div style='overflow:auto'> <table style='white-space: nowrap'> </table> </div>
阅读全文
摘要:SELECT typecode,typename from t_s_type where typegroupid=(select id from t_s_typegroup where typegroupcode='orderBz')
阅读全文