标签:valueof sql eof ase new not exce any 数据
JSONObject jsonObject1 =JSONObject.parseObject(String)
@RequestMapping(params="getICInfo")
@ResponseBody
@ApiOperation(value="IC接口",produces="application/json",httpMethod="POST")
public JSONObject getICInfo(String token, String data) {
JSONObject jsonObject =new JSONObject();
JSONArray jsonarray = new JSONArray();
Date date = new Date();
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
String sql = "";
try {
if(StringUtils.isNotBlank(data)){
if("999".equals(data)){
sql = " select a.*,b.cus_company ,c.realname "
+ " from ld_ic_info a "
+ " left join ld_customer b on (a.ic_fromcompany = b.id) "
+ " left join t_s_base_user c on (a.ic_person = c.id ) "
+ " where update_state > 0 and ic_state in(‘3‘,‘4‘)";
List
JSONObject操作案例
标签:valueof sql eof ase new not exce any 数据
原文地址:https://www.cnblogs.com/xueblvip/p/12884251.html